Action not permitted
Modal body text goes here.
cve-2024-0450
Vulnerability from cvelistv5
Published
2024-03-19 15:12
Modified
2024-08-02 15:00
Severity ?
EPSS score ?
Summary
Quoted zip-bomb protection for zipfile
References
Impacted products
▼ | Vendor | Product |
---|---|---|
Python Software Foundation | CPython |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-01T18:04:49.775Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "tags": [ "issue-tracking", "x_transferred" ], "url": "https://github.com/python/cpython/issues/109858" }, { "tags": [ "x_transferred" ], "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "cpython", "vendor": "python", "versions": [ { "lessThan": "3.8.18", "status": "affected", "version": "0", "versionType": "custom" }, { "status": "affected", "version": "3.9.18" }, { "status": "affected", "version": "3.10.13" }, { "status": "affected", "version": "3.11.7" }, { "status": "affected", "version": "3.12.1" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-0450", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-03-20T14:30:38.300055Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-02T15:00:26.971Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "CPython", "repo": "https://github.com/python/cpython", "vendor": "Python Software Foundation", "versions": [ { "lessThan": "3.8.19", "status": "affected", "version": "0", "versionType": "python" }, { "lessThan": "3.9.19", "status": "affected", "version": "3.9.0", "versionType": "python" }, { "lessThan": "3.10.14", "status": "affected", "version": "3.10.0", "versionType": "python" }, { "lessThan": "3.11.8", "status": "affected", "version": "3.11.0", "versionType": "python" }, { "lessThan": "3.12.2", "status": "affected", "version": "3.12.0", "versionType": "python" }, { "lessThan": "3.13.0a3", "status": "affected", "version": "3.13.0a1", "versionType": "python" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eAn issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\u003c/span\u003e\u003c/p\u003e\u003cbr\u003e" } ], "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" } ], "impacts": [ { "capecId": "CAPEC-130", "descriptions": [ { "lang": "en", "value": "CAPEC-130 Excessive Allocation" } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-405", "description": "CWE-405", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-13T19:24:15.993Z", "orgId": "28c92f92-d60d-412d-b760-e73465c3df22", "shortName": "PSF" }, "references": [ { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/python/cpython/issues/109858" }, { "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "tags": [ "vendor-advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/" } ], "source": { "discovery": "UNKNOWN" }, "title": "Quoted zip-bomb protection for zipfile", "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22", "assignerShortName": "PSF", "cveId": "CVE-2024-0450", "datePublished": "2024-03-19T15:12:07.789Z", "dateReserved": "2024-01-11T22:16:41.964Z", "dateUpdated": "2024-08-02T15:00:26.971Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-0450\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-03-19T16:15:09.180\",\"lastModified\":\"2024-06-10T18:15:24.853\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\\n\\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\\n\\n\"},{\"lang\":\"es\",\"value\":\"Se encontr\u00f3 un problema en el m\u00f3dulo `zipfile` de CPython que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. El m\u00f3dulo zipfile es vulnerable a bombas zip \\\"superpuestas entre comillas\\\" que explotan el formato zip para crear una bomba zip con una alta relaci\u00f3n de compresi\u00f3n. Las versiones fijas de CPython hacen que el m\u00f3dulo zipfile rechace archivos zip que se superponen con entradas en el archivo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/20/5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/109858\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/\",\"source\":\"cna@python.org\"},{\"url\":\"https://www.bamsoftware.com/hacks/zipbomb/\",\"source\":\"cna@python.org\"}]}}" } }
rhsa-2024_3466
Vulnerability from csaf_redhat
Published
2024-05-29 13:31
Modified
2024-11-06 06:02
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 modules is now available for Red Hat Enterprise Linux 8.
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):
* python39:3.9/python39: python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python39:3.9/python39: python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* python39:3.9/python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)
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 the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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* python39:3.9/python39: python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python39:3.9/python39: python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python39:3.9/python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\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:3466", "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3466.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-11-06T06:02:15+00:00", "generator": { "date": "2024-11-06T06:02:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3466", "initial_release_date": "2024-05-29T13:31:39+00:00", "revision_history": [ { "date": "2024-05-29T13:31:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-29T13:31:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:02:15+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:8100020240516111311:d47b87a4", "product": { "name": "python39:3.9:8100020240516111311:d47b87a4", "product_id": "python39:3.9:8100020240516111311:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240516111311:d47b87a4" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product": { "name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product_id": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product": { "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product_id": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?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:8100020240516111311:d47b87a4", "product": { "name": "python39-devel:3.9:8100020240516111311:d47b87a4", "product_id": "python39-devel:3.9:8100020240516111311:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240516111311: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.19-1.module+el8.10.0+21815+bb024982.src", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?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-5.module+el8.10.0+20345+671a55aa.src", "product": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?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.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?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" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?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.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?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.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?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" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, "product_reference": "python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src" }, "product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, "product_reference": "python39-devel:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311:d47b87a4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-3651", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-04-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2274779" } ], "notes": [ { "category": "description", "text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.", "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:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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-3651" }, { "category": "external", "summary": "RHBZ#2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651" } ], "release_date": "2024-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311: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:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()" } ] }
rhsa-2024_4871
Vulnerability from csaf_redhat
Published
2024-07-25 14:28
Modified
2024-11-06 06:33
Summary
Red Hat Security Advisory: Red Hat Service Interconnect security update
Notes
Topic
An update is now available for Service Interconnect 1 for RHEL 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
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of
service (CVE-2024-0450)
* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)
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 is now available for Service Interconnect 1 for RHEL 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": "Security Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of\nservice (CVE-2024-0450)\n\n* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)\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:4871", "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.5/", "url": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.5/" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4871.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect security update", "tracking": { "current_release_date": "2024-11-06T06:33:12+00:00", "generator": { "date": "2024-11-06T06:33:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4871", "initial_release_date": "2024-07-25T14:28:07+00:00", "revision_history": [ { "date": "2024-07-25T14:28:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-25T14:28:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:33:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Service Interconnect 1", "product": { "name": "Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1::el9" } } } ], "category": "product_family", "name": "Red Hat Service Interconnect" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-2" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-2" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-6535", "cwe": { "id": "CWE-1392", "name": "Use of Default Credentials" }, "discovery_date": "2024-07-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2296024" } ], "notes": [ { "category": "description", "text": "A flaw was found in Skupper. When Skupper is initialized with the console-enabled and with console-auth set to Openshift, it configures the openshift oauth-proxy with a static cookie-secret. In certain circumstances, this may allow an attacker to bypass authentication to the Skupper console via a specially-crafted cookie.", "title": "Vulnerability description" }, { "category": "summary", "text": "skupper: potential authentication bypass to skupper console via forged cookies", "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": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6535" }, { "category": "external", "summary": "RHBZ#2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6535" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535" } ], "release_date": "2024-07-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_3347
Vulnerability from csaf_redhat
Published
2024-05-23 16:30
Modified
2024-11-06 05:58
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 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):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
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 is now available for Red Hat Enterprise Linux 8.\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* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:3347", "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3347.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-06T05:58:47+00:00", "generator": { "date": "2024-11-06T05:58:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3347", "initial_release_date": "2024-05-23T16:30:10+00:00", "revision_history": [ { "date": "2024-05-23T16:30:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-23T16:30:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:58: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-62.el8_10.i686", "product": { "name": "platform-python-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.i686", "product_id": "python3-idle-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-test-0:3.6.8-62.el8_10.i686", "product_id": "python3-test-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.i686", "product_id": "python3-libs-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-test-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-test-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-test-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-test-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.s390x", "product_id": "python3-idle-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.s390x", "product_id": "python3-libs-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-test-0:3.6.8-62.el8_10.s390x", "product_id": "python3-test-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-62.el8_10.src", "product": { "name": "python3-0:3.6.8-62.el8_10.src", "product_id": "python3-0:3.6.8-62.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.src" }, "product_reference": "python3-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.src" }, "product_reference": "python3-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T16:30:10+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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T16:30:10+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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4078
Vulnerability from csaf_redhat
Published
2024-06-25 05:50
Modified
2024-11-06 06:14
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 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):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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.\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* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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:4078", "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4078.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-06T06:14:15+00:00", "generator": { "date": "2024-11-06T06:14:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4078", "initial_release_date": "2024-06-25T05:50:30+00:00", "revision_history": [ { "date": "2024-06-25T05:50:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-25T05:50:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:14:15+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.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product_id": "python3.9-0:3.9.18-3.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.1?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.1.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.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.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.1.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.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.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.1.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.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.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.1.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.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50: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-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50: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-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4865
Vulnerability from csaf_redhat
Published
2024-07-25 10:40
Modified
2024-11-06 06:32
Summary
Red Hat Security Advisory: Red Hat Service Interconnect security update
Notes
Topic
An update is now available for Service Interconnect 1.4 LTS for RHEL 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
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)
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 is now available for Service Interconnect 1.4 LTS for RHEL 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": "Security Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)\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:4865", "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4", "url": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4865.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect security update", "tracking": { "current_release_date": "2024-11-06T06:32:52+00:00", "generator": { "date": "2024-11-06T06:32:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4865", "initial_release_date": "2024-07-25T10:40:59+00:00", "revision_history": [ { "date": "2024-07-25T10:40:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-25T10:40:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:32:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "9Base-Service-Interconnect-1.4", "product": { "name": "9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1.4::el9" } } } ], "category": "product_family", "name": "Red Hat Service Interconnect" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.4.7-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-6535", "cwe": { "id": "CWE-1392", "name": "Use of Default Credentials" }, "discovery_date": "2024-07-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2296024" } ], "notes": [ { "category": "description", "text": "A flaw was found in Skupper. When Skupper is initialized with the console-enabled and with console-auth set to Openshift, it configures the openshift oauth-proxy with a static cookie-secret. In certain circumstances, this may allow an attacker to bypass authentication to the Skupper console via a specially-crafted cookie.", "title": "Vulnerability description" }, { "category": "summary", "text": "skupper: potential authentication bypass to skupper console via forged cookies", "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": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6535" }, { "category": "external", "summary": "RHBZ#2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6535" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535" } ], "release_date": "2024-07-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_4406
Vulnerability from csaf_redhat
Published
2024-07-09 08:59
Modified
2024-11-06 06:21
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 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 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):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
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 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 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* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:4406", "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4406.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-06T06:21:54+00:00", "generator": { "date": "2024-11-06T06:21:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4406", "initial_release_date": "2024-07-09T08:59:52+00:00", "revision_history": [ { "date": "2024-07-09T08:59:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-09T08:59:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:21:54+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 BaseOS AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos" } } }, { "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 BaseOS E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos" } } }, { "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_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-test-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-47.el8_6.6.src", "product": { "name": "python3-0:3.6.8-47.el8_6.6.src", "product_id": "python3-0:3.6.8-47.el8_6.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-47.el8_6.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T08:59:52+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:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T08:59:52+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:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4058
Vulnerability from csaf_redhat
Published
2024-06-24 04:52
Modified
2024-11-06 06:13
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 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):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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.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 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* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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:4058", "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4058.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-06T06:13:32+00:00", "generator": { "date": "2024-11-06T06:13:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4058", "initial_release_date": "2024-06-24T04:52:01+00:00", "revision_history": [ { "date": "2024-06-24T04:52:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-24T04:52:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:13:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.src", "product": { "name": "python3.11-0:3.11.9-1.el8_10.src", "product_id": "python3.11-0:3.11.9-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-test-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product_id": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-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.9-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.9-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-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.9-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.9-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-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.9-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.9-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-24T04:52:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-24T04:52:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4243
Vulnerability from csaf_redhat
Published
2024-07-02 15:42
Modified
2024-11-06 06:17
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: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
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: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:4243", "url": "https://access.redhat.com/errata/RHSA-2024:4243" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4243.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-06T06:17:28+00:00", "generator": { "date": "2024-11-06T06:17:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4243", "initial_release_date": "2024-07-02T15:42:21+00:00", "revision_history": [ { "date": "2024-07-02T15:42:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-02T15:42:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:17:28+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.3-2.el8_10.src", "product": { "name": "python3.12-0:3.12.3-2.el8_10.src", "product_id": "python3.12-0:3.12.3-2.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-test-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product": { "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product_id": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.3-2.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-02T15:42:21+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.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4243" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_3391
Vulnerability from csaf_redhat
Published
2024-05-28 13:12
Modified
2024-11-06 05:59
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 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 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):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
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 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 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* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:3391", "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3391.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-06T05:59:45+00:00", "generator": { "date": "2024-11-06T05:59:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3391", "initial_release_date": "2024-05-28T13:12:43+00:00", "revision_history": [ { "date": "2024-05-28T13:12:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-28T13:12:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:59:45+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 Enterprise Linux BaseOS EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-test-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-51.el8_8.6.src", "product": { "name": "python3-0:3.6.8-51.el8_8.6.src", "product_id": "python3-0:3.6.8-51.el8_8.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-51.el8_8.6?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-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-51.el8_8.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src" }, "product_reference": "python3-0:3.6.8-51.el8_8.6.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-51.el8_8.6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src" }, "product_reference": "python3-0:3.6.8-51.el8_8.6.src", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T13:12: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.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T13:12: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.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
gsd-2024-0450
Vulnerability from gsd
Modified
2024-01-12 06:02
Details
An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-0450" ], "details": "An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "id": "GSD-2024-0450", "modified": "2024-01-12T06:02:16.909485Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cna@python.org", "ID": "CVE-2024-0450", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "CPython", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "3.12.0", "version_value": "3.12.1" }, { "version_affected": "\u003c=", "version_name": "3.11.0", "version_value": "3.11.7" }, { "version_affected": "\u003c=", "version_name": "3.10.0", "version_value": "3.10.13" }, { "version_affected": "\u003c=", "version_name": "3.9.0", "version_value": "3.9.18" }, { "version_affected": "\u003c=", "version_name": "0", "version_value": "3.8.18" } ] } } ] }, "vendor_name": "Python Software Foundation" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-405", "lang": "eng", "value": "CWE-405" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "name": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "name": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "name": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "name": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "name": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "name": "https://github.com/python/cpython/issues/109858", "refsource": "MISC", "url": "https://github.com/python/cpython/issues/109858" }, { "name": "https://www.bamsoftware.com/hacks/zipbomb/", "refsource": "MISC", "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "name": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/", "refsource": "MISC", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" } ] }, "source": { "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" }, { "lang": "es", "value": "Se encontr\u00f3 un problema en el m\u00f3dulo `zipfile` de CPython que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. El m\u00f3dulo zipfile es vulnerable a bombas zip \"superpuestas entre comillas\" que explotan el formato zip para crear una bomba zip con una alta relaci\u00f3n de compresi\u00f3n. Las versiones fijas de CPython hacen que el m\u00f3dulo zipfile rechace archivos zip que se superponen con entradas en el archivo." } ], "id": "CVE-2024-0450", "lastModified": "2024-04-03T15:15:51.873", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.5, "impactScore": 3.6, "source": "cna@python.org", "type": "Secondary" } ] }, "published": "2024-03-19T16:15:09.180", "references": [ { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/issues/109858" }, { "source": "cna@python.org", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "source": "cna@python.org", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "source": "cna@python.org", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "source": "cna@python.org", "url": "https://www.bamsoftware.com/hacks/zipbomb/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-405" } ], "source": "cna@python.org", "type": "Secondary" } ] } } } }
ghsa-jm46-725r-hh9v
Vulnerability from github
Published
2024-03-19 18:31
Modified
2024-03-25 00:30
Severity ?
Details
An issue was found in the CPython zipfile
module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
{ "affected": [], "aliases": [ "CVE-2024-0450" ], "database_specific": { "cwe_ids": [ "CWE-405" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-19T16:15:09Z", "severity": "MODERATE" }, "details": "An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "id": "GHSA-jm46-725r-hh9v", "modified": "2024-03-25T00:30:30Z", "published": "2024-03-19T18:31:59Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "type": "WEB", "url": "https://github.com/python/cpython/issues/109858" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "type": "WEB", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG" }, { "type": "WEB", "url": "https://www.bamsoftware.com/hacks/zipbomb" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
wid-sec-w-2024-1307
Vulnerability from csaf_certbund
Published
2024-06-06 22:00
Modified
2024-06-13 22:00
Summary
Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen 'Denial of Service'-Zustand erzuegen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen \u0027Denial of Service\u0027-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1307 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1307.json" }, { "category": "self", "summary": "WID-SEC-2024-1307 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1307" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3680 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3680" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3683 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3683" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3790 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3790" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13", "url": "https://access.redhat.com/errata/RHSA-2024:3314" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-06-13T22:00:00.000+00:00", "generator": { "date": "2024-06-14T08:08:17.851+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1307", "initial_release_date": "2024-06-06T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-10T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.5.2", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.5.2", "product_id": "T035259", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.5.2" } } }, { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.4.8", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.4.8", "product_id": "T035260", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.4.8" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-43618" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-46848" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-47024", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47024" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48468", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48468" }, { "cve": "CVE-2022-48554", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48554" }, { "cve": "CVE-2022-48624", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-22745", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-22745" }, { "cve": "CVE-2023-2602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2602" }, { "cve": "CVE-2023-2603", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2603" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-2975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3446" }, { "cve": "CVE-2023-36054", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-36054" }, { "cve": "CVE-2023-3817", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3817" }, { "cve": "CVE-2023-39975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-39975" }, { "cve": "CVE-2023-4408", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4408" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-4641", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4641" }, { "cve": "CVE-2023-4692", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4692" }, { "cve": "CVE-2023-4693", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4693" }, { "cve": "CVE-2023-47038", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-47038" }, { "cve": "CVE-2023-50387", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50868", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-5517", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5517" }, { "cve": "CVE-2023-5678", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5679", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5679" }, { "cve": "CVE-2023-6004", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6004" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6129" }, { "cve": "CVE-2023-6237", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6237" }, { "cve": "CVE-2023-6516", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6516" }, { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6918", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6918" }, { "cve": "CVE-2023-7008", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7008" }, { "cve": "CVE-2023-7104", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7104" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-1048", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1048" }, { "cve": "CVE-2024-1313", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1313" }, { "cve": "CVE-2024-1394", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1394" }, { "cve": "CVE-2024-22195", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-22365", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-24786", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-24786" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26458", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-28834", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28834" }, { "cve": "CVE-2024-28835", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28835" }, { "cve": "CVE-2024-2961", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-33599", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33602" } ] }
wid-sec-w-2024-0687
Vulnerability from csaf_certbund
Published
2024-03-20 23:00
Modified
2024-06-02 22:00
Summary
Python: Mehrere Schwachstellen ermöglichen Codeausführung und DoS
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuführen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- MacOS X
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuf\u00fchren oder einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- MacOS X\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0687 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0687.json" }, { "category": "self", "summary": "WID-SEC-2024-0687 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0687" }, { "category": "external", "summary": "Discuss.Python.org vom 2024-03-20", "url": "https://discuss.python.org/t/python-3-10-14-3-9-19-and-3-8-19-is-now-available/48993" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/109858" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/91133" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/115197" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/81194" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/113659" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/102388" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/114572" }, { "category": "external", "summary": "GitHub Advisory Database", "url": "https://github.com/advisories/GHSA-jm46-725r-hh9v" }, { "category": "external", "summary": "NATIONAL VULNERABILITY DATABASE", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" }, { "category": "external", "summary": "NVD CVE-2023-52425", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Proof of Concept (PoC) f\u00fcr CVE-2023-52425", "url": "https://github.com/libexpat/libexpat/pull/789" }, { "category": "external", "summary": "Debian Security Advisory DLA-3771 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3772 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1009-1 vom 2024-03-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018226.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1162-1 vom 2024-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018264.html" }, { "category": "external", "summary": "IBM Security Bulletin 7148151 vom 2024-04-12", "url": "https://www.ibm.com/support/pages/node/7148151" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0782-2 vom 2024-04-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018443.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-01 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-01" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-198 vom 2024-05-08", "url": "https://www.dell.com/support/kbdoc/000224827/dsa-2024-=" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1556-1 vom 2024-05-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018483.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-1936 vom 2024-05-13", "url": "https://alas.aws.amazon.com/ALAS-2024-1936.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2541 vom 2024-05-15", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2541.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1698-1 vom 2024-05-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018560.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-A702B78744 vom 2024-05-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a702b78744" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3347 vom 2024-05-23", "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-18B9C9B9CF vom 2024-05-23", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-18b9c9b9cf" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1774-1 vom 2024-05-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018602.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3391 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1843-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018631.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1847-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018627.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3466 vom 2024-05-29", "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3347 vom 2024-05-30", "url": "http://linux.oracle.com/errata/ELSA-2024-3347.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1844-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018630.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPYTHON3.8-2024-011 vom 2024-05-30", "url": "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-011.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3466 vom 2024-06-01", "url": "https://linux.oracle.com/errata/ELSA-2024-3466.html" } ], "source_lang": "en-US", "title": "Python: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung und DoS", "tracking": { "current_release_date": "2024-06-02T22:00:00.000+00:00", "generator": { "date": "2024-06-03T09:06:36.584+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0687", "initial_release_date": "2024-03-20T23:00:00.000+00:00", "revision_history": [ { "date": "2024-03-20T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-03-24T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-27T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-05-07T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-05-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-13T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-22T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat und Fedora aufgenommen" }, { "date": "2024-05-26T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-06-02T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "18" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "virtual", "product": { "name": "Dell NetWorker virtual", "product_id": "T034583", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:virtual" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "EMC Avamar", "product": { "name": "EMC Avamar", "product_id": "T014381", "product_identification_helper": { "cpe": "cpe:/a:emc:avamar:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "7.3", "product": { "name": "IBM AIX 7.3", "product_id": "1139691", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.3" } } } ], "category": "product_name", "name": "AIX" }, { "branches": [ { "category": "product_version", "name": "4.1", "product": { "name": "IBM VIOS 4.1", "product_id": "1522854", "product_identification_helper": { "cpe": "cpe:/a:ibm:vios:4.1" } } } ], "category": "product_name", "name": "VIOS" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c3.10.14", "product": { "name": "Open Source Python \u003c3.10.14", "product_id": "T033614", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.10.14" } } }, { "category": "product_version_range", "name": "\u003c3.9.19", "product": { "name": "Open Source Python \u003c3.9.19", "product_id": "T033615", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.9.19" } } }, { "category": "product_version_range", "name": "\u003c3.8.19", "product": { "name": "Open Source Python \u003c3.8.19", "product_id": "T033616", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.8.19" } } } ], "category": "product_name", "name": "Python" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Dieser Fehler besteht in der libexpat-Komponente aufgrund eines unkontrollierten Ressourcenverbrauchs. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-52425" } ] }
Loading...
Loading...
- 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.