Action not permitted
Modal body text goes here.
cve-2023-6597
Vulnerability from cvelistv5
Published
2024-03-19 15:44
Modified
2024-11-05 19:16
Severity ?
EPSS score ?
Summary
An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.
The tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.
References
Impacted products
▼ | Vendor | Product |
---|---|---|
Python Software Foundation | CPython |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "cpython", "vendor": "python_software_foundation", "versions": [ { "lessThan": "3.8.19", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "3.9.19", "status": "affected", "version": "3.9.0", "versionType": "custom" }, { "lessThan": "3.10.14", "status": "affected", "version": "3.10.0", "versionType": "custom" }, { "lessThan": "3.11.8", "status": "affected", "version": "3.11.0", "versionType": "custom" }, { "lessThan": "3.12.1", "status": "affected", "version": "3.12.0", "versionType": "custom" }, { "lessThan": "3.13.0a3", "status": "affected", "version": "3.13.0a1", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-6597", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-11-05T19:08:44.665083Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-noinfo Not enough information", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-05T19:16:27.862Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T08:35:14.863Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "tags": [ "issue-tracking", "x_transferred" ], "url": "https://github.com/python/cpython/issues/91133" }, { "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/" }, { "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": [ "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" } ], "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.1", "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": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\u003cbr\u003e\u003cbr\u003eThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\u003cbr\u003e" } ], "value": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n" } ], "metrics": [ { "cvssV3_1": { "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" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-13T19:24:11.289Z", "orgId": "28c92f92-d60d-412d-b760-e73465c3df22", "shortName": "PSF" }, "references": [ { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/python/cpython/issues/91133" }, { "tags": [ "vendor-advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "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" }, "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22", "assignerShortName": "PSF", "cveId": "CVE-2023-6597", "datePublished": "2024-03-19T15:44:28.989Z", "dateReserved": "2023-12-07T20:59:23.246Z", "dateUpdated": "2024-11-05T19:16:27.862Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-6597\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-03-19T16:15:08.743\",\"lastModified\":\"2024-06-10T18:15:24.760\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\\n\\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\\n\"},{\"lang\":\"es\",\"value\":\"Se encontr\u00f3 un problema en la clase CPython `tempfile.TemporaryDirectory` que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. La clase tempfile.TemporaryDirectory eliminar\u00eda la referencia a enlaces simb\u00f3licos durante la limpieza de errores relacionados con permisos. Esto significa que los usuarios que pueden ejecutar programas privilegiados pueden modificar los permisos de los archivos a los que hacen referencia los enlaces simb\u00f3licos en algunas circunstancias.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.4,\"impactScore\":5.8}]},\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/20/5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/91133\",\"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/Q5C6ATFC67K53XFV4KE45325S7NS62LD/\",\"source\":\"cna@python.org\"}]}}" } }
rhsa-2024_3391
Vulnerability from csaf_redhat
Published
2024-05-28 13:12
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:20+00:00", "generator": { "date": "2025-03-18T02:19:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19:20+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" } ] }
rhsa-2024_4865
Vulnerability from csaf_redhat
Published
2024-07-25 10:40
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:30+00:00", "generator": { "date": "2025-03-18T02:19:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19:30+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-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" ] } ], "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-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" ] } ], "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-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" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_4370
Vulnerability from csaf_redhat
Published
2024-07-08 11:45
Modified
2025-03-18 02:20
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)
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\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:4370", "url": "https://access.redhat.com/errata/RHSA-2024:4370" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4370.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2025-03-18T02:20:31+00:00", "generator": { "date": "2025-03-18T02:20:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:4370", "initial_release_date": "2024-07-08T11:45:14+00:00", "revision_history": [ { "date": "2024-07-08T11:45:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-08T11:45:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:20:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.src", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.src", "product_id": "python3.11-0:3.11.2-2.el8_8.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.3?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-test-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.3?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.3?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.3.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.s390x", "product_id": "python3.11-test-0:3.11.2-2.el8_8.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "product_id": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.2-2.el8_8.3?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.src", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "relates_to_product_reference": "CRB-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:python3.11-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.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-08T11:45:14+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4370" }, { "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:python3.11-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.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:python3.11-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.3.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.3.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2024_4078
Vulnerability from csaf_redhat
Published
2024-06-25 05:50
Modified
2025-03-18 02:20
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": "2025-03-18T02:20:09+00:00", "generator": { "date": "2025-03-18T02:20:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:20:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 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-2025_0646
Vulnerability from csaf_redhat
Published
2025-01-29 19:06
Modified
2025-03-25 11:09
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.15.44 security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.15.44 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.15.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.15.44. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHSA-2025:0648
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* golang.org/x/net/html: Non-linear parsing of case-insensitive content in
golang.org/x/net/html (CVE-2024-45338)
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.
All OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html
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": "Red Hat OpenShift Container Platform release 4.15.44 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.15.44. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0648\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\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.\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0646", "url": "https://access.redhat.com/errata/RHSA-2025:0646" }, { "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": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-36247", "url": "https://issues.redhat.com/browse/OCPBUGS-36247" }, { "category": "external", "summary": "OCPBUGS-44259", "url": "https://issues.redhat.com/browse/OCPBUGS-44259" }, { "category": "external", "summary": "OCPBUGS-44708", "url": "https://issues.redhat.com/browse/OCPBUGS-44708" }, { "category": "external", "summary": "OCPBUGS-46389", "url": "https://issues.redhat.com/browse/OCPBUGS-46389" }, { "category": "external", "summary": "OCPBUGS-47633", "url": "https://issues.redhat.com/browse/OCPBUGS-47633" }, { "category": "external", "summary": "OCPBUGS-47756", "url": "https://issues.redhat.com/browse/OCPBUGS-47756" }, { "category": "external", "summary": "OCPBUGS-47799", "url": "https://issues.redhat.com/browse/OCPBUGS-47799" }, { "category": "external", "summary": "OCPBUGS-48048", "url": "https://issues.redhat.com/browse/OCPBUGS-48048" }, { "category": "external", "summary": "OCPBUGS-48062", "url": "https://issues.redhat.com/browse/OCPBUGS-48062" }, { "category": "external", "summary": "OCPBUGS-48207", "url": "https://issues.redhat.com/browse/OCPBUGS-48207" }, { "category": "external", "summary": "OCPBUGS-48280", "url": "https://issues.redhat.com/browse/OCPBUGS-48280" }, { "category": "external", "summary": "OCPBUGS-48281", "url": "https://issues.redhat.com/browse/OCPBUGS-48281" }, { "category": "external", "summary": "OCPBUGS-48298", "url": "https://issues.redhat.com/browse/OCPBUGS-48298" }, { "category": "external", "summary": "OCPBUGS-48545", "url": "https://issues.redhat.com/browse/OCPBUGS-48545" }, { "category": "external", "summary": "OCPBUGS-48551", "url": "https://issues.redhat.com/browse/OCPBUGS-48551" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0646.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.44 security update", "tracking": { "current_release_date": "2025-03-25T11:09:55+00:00", "generator": { "date": "2025-03-25T11:09:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2025:0646", "initial_release_date": "2025-01-29T19:06:58+00:00", "revision_history": [ { "date": "2025-01-29T19:06:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-29T19:06:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-25T11:09:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.gec95372.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.15.0-202501140238.p0.g0496cad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "product": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.15.0-202501132035.p0.gd69278e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.ge828bd9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202501132035.p0.g7a448c2.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.15.0-202501132035.p0.gbcbcd95.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.15.0-202501150635.p0.g9308e7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.15.0-202501150635.p0.g1217bc1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "product": { "name": "openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "product_id": "openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.15.0-202501150635.p0.g05497ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.15.0-202501171505.p0.g5536816.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "product": { "name": "openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "product_id": "openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.15.0-202501161336.p0.gb786d2d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "product": { "name": "openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "product_id": "openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "product": { "name": "openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "product_id": "openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202501220035.p0.g4516150.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "product": { "name": "openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "product_id": "openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "product": { "name": "openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "product_id": "openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.15.0-202501150635.p0.gdc38fbd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "product": { "name": "openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "product_id": "openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202501220035.p0.g1ec9664.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "product": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8\u0026tag=v4.15.0-202501150635.p0.g232472e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.15.0-202501151636.p0.g59ec115.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.g160cf62.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g367c4e4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "product": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.15.0-202501150635.p0.g2333b7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "product_id": "openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.15.0-202501152035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.15.0-202501151636.p0.ge4c38ac.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g6864da0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga7ba898.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ge9b0fa2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202501150635.p0.gb54e81b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g8d017b7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product_id": "openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf8ec690.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b91ee3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202501201506.p0.g3cffcae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g97d8765.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.15.0-202501211934.p0.g975bba9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "product": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "product_id": "openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel8\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "product_id": "openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "product": { "name": "openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "product_id": "openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "product": { "name": "openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "product_id": "openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel8\u0026tag=v4.15.0-202501150635.p0.gbcbf241.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd3bdbce.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "product_id": "openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.15.0-202501150635.p0.g842b60b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.15.0-202501150635.p0.g9e9c920.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "product": { "name": "openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "product_id": "openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.15.0-202501150635.p0.g2491e02.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf91deca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "product": { "name": "openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "product_id": "openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g17536c8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.15.0-202501150635.p0.g035d383.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g303b954.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.15.0-202501150635.p0.g5b09cd4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.15.0-202501160734.p0.gff69ddf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gd0c2407.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.15.0-202501150635.p0.gc5cc7a7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "product_id": "openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.15.0-202501150635.p0.g66161ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "product_id": "openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.gec95372.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.15.0-202501140238.p0.g0496cad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "product": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.15.0-202501132035.p0.gd69278e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.ge828bd9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.g9bcf382.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202501132035.p0.g7a448c2.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.15.0-202501132035.p0.gbcbcd95.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.15.0-202501150635.p0.g9308e7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.15.0-202501150635.p0.g1217bc1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "product_id": "openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.15.0-202501150635.p0.g05497ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.15.0-202501171505.p0.g5536816.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "product_id": "openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.15.0-202501161336.p0.gb786d2d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "product": { "name": "openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "product_id": "openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "product": { "name": "openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "product_id": "openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202501220035.p0.g4516150.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "product": { "name": "openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "product_id": "openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.15.0-202501150635.p0.gdc38fbd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "product": { "name": "openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "product_id": "openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202501220035.p0.g1ec9664.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "product": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8\u0026tag=v4.15.0-202501150635.p0.g232472e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.15.0-202501151636.p0.g59ec115.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "product": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.15.0-202501150635.p0.g41b367a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.g160cf62.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g367c4e4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "product": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.15.0-202501150635.p0.g2333b7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.15.0-202501152035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.15.0-202501151636.p0.ge4c38ac.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g6864da0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga7ba898.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ge9b0fa2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202501150635.p0.gb54e81b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g8d017b7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product_id": "openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf8ec690.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b91ee3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202501201506.p0.g3cffcae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g1c5b0f9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g97d8765.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.15.0-202501211934.p0.g975bba9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "product": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "product_id": "openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel8\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "product": { "name": "openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "product_id": "openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "product": { "name": "openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "product_id": "openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel8\u0026tag=v4.15.0-202501150635.p0.gbcbf241.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd3bdbce.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.15.0-202501150635.p0.g842b60b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.15.0-202501150635.p0.g9e9c920.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "product_id": "openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.15.0-202501150635.p0.g2491e02.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf91deca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "product": { "name": "openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "product_id": "openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g17536c8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.15.0-202501150635.p0.g035d383.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g303b954.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.15.0-202501150635.p0.g5b09cd4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.15.0-202501160734.p0.gff69ddf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gd0c2407.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga3729dc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.15.0-202501150635.p0.gc5cc7a7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.15.0-202501150635.p0.g66161ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ge0d4657.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ge0d4657.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.gec95372.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.15.0-202501140238.p0.g0496cad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "product": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.15.0-202501132035.p0.gd69278e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.ge828bd9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.g9bcf382.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "product_id": "openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202501132035.p0.g7a448c2.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.15.0-202501150635.p0.g9308e7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.15.0-202501150635.p0.g1217bc1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.15.0-202501150635.p0.g05497ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.15.0-202501171505.p0.g5536816.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.15.0-202501161336.p0.gb786d2d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "product_id": "openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "product": { "name": "openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "product_id": "openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202501220035.p0.g4516150.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "product_id": "openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.15.0-202501150635.p0.gdc38fbd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "product_id": "openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202501220035.p0.g1ec9664.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "product": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8\u0026tag=v4.15.0-202501150635.p0.g232472e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.15.0-202501151636.p0.g59ec115.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.15.0-202501152035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.15.0-202501151636.p0.ge4c38ac.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g6864da0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga7ba898.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ge9b0fa2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202501150635.p0.gb54e81b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g8d017b7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product_id": "openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "product_id": "openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf8ec690.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b91ee3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "product_id": "openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202501201506.p0.g3cffcae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.15.0-202501211934.p0.g975bba9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "product": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "product_id": "openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel8\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "product_id": "openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "product": { "name": "openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "product_id": "openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel8\u0026tag=v4.15.0-202501150635.p0.gbcbf241.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd3bdbce.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.15.0-202501150635.p0.g842b60b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.15.0-202501150635.p0.g9e9c920.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.15.0-202501150635.p0.g2491e02.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf91deca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "product": { "name": "openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "product_id": "openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g17536c8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.15.0-202501150635.p0.g035d383.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g303b954.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.15.0-202501150635.p0.g5b09cd4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.15.0-202501160734.p0.gff69ddf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gd0c2407.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga3729dc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.15.0-202501150635.p0.gc5cc7a7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.15.0-202501150635.p0.g66161ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "product": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "product_id": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202501152057-0" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.gec95372.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.15.0-202501140238.p0.g0496cad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "product": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.15.0-202501132035.p0.gd69278e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.ge828bd9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product_id": "openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.15.0-202501150635.p0.g240bb8c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.15.0-202501150635.p0.g9005584.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product_id": "openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.15.0-202501150635.p0.gce5a1a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "product_id": "openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202501132035.p0.g7a448c2.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.15.0-202501150635.p0.g9308e7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.15.0-202501150635.p0.g1217bc1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "product_id": "openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.15.0-202501150635.p0.g05497ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.15.0-202501171505.p0.g5536816.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "product_id": "openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.15.0-202501161336.p0.gb786d2d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "product": { "name": "openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "product_id": "openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "product": { "name": "openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "product_id": "openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202501220035.p0.g4516150.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "product": { "name": "openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "product_id": "openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.15.0-202501150635.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.15.0-202501150635.p0.gdc38fbd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "product": { "name": "openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "product_id": "openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202501220035.p0.g1ec9664.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "product": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8\u0026tag=v4.15.0-202501150635.p0.g232472e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.15.0-202501210207.p0.gb500cb3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.15.0-202501151636.p0.g59ec115.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.15.0-202501150635.p0.gfde2b2e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.15.0-202501152035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.15.0-202501151636.p0.ge4c38ac.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g6864da0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.ga7ba898.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ge9b0fa2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202501150635.p0.gb54e81b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g8d017b7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product_id": "openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.15.0-202501150635.p0.g3b4236d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "product_id": "openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf8ec690.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "product_id": "openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202501201506.p0.g3cffcae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.15.0-202501150635.p0.g1c5b0f9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.15.0-202501211934.p0.g975bba9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "product": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "product_id": "openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel8\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.15.0-202501151636.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "product": { "name": "openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "product_id": "openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.15.0-202501150635.p0.gb097fc8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "product": { "name": "openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "product_id": "openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel8\u0026tag=v4.15.0-202501150635.p0.gbcbf241.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd3bdbce.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.15.0-202501150635.p0.g842b60b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.15.0-202501150635.p0.g9e9c920.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "product_id": "openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.15.0-202501150635.p0.g2491e02.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.15.0-202501150635.p0.gf91deca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "product": { "name": "openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "product_id": "openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g17536c8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.15.0-202501150635.p0.g035d383.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.15.0-202501150635.p0.g303b954.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.15.0-202501150635.p0.g5b09cd4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.15.0-202501160734.p0.gff69ddf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gd0c2407.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.15.0-202501150635.p0.gc5cc7a7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.15.0-202501150635.p0.g66161ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202501220035.p0.g8231637.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202501162106.p0.gcc1522a.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "product": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "product_id": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202501152057-0" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "product": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "product_id": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202501152057-0" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64", "product": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64", "product_id": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202501152057-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64" }, "product_reference": "openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x" }, "product_reference": "openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le" }, "product_reference": "openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64" }, "product_reference": "openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le" }, "product_reference": "openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x" }, "product_reference": "openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64" }, "product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64" }, "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64" }, "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64" }, "product_reference": "openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64" }, "product_reference": "openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x" }, "product_reference": "openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64" }, "product_reference": "openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x" }, "product_reference": "openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64" }, "product_reference": "openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64" }, "product_reference": "openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64" }, "product_reference": "openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x" }, "product_reference": "openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le" }, "product_reference": "openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x" }, "product_reference": "openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64" }, "product_reference": "openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64" }, "product_reference": "openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64" }, "product_reference": "openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64" }, "product_reference": "openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64" }, "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64" }, "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x" }, "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le" }, "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x" }, "product_reference": "openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64" }, "product_reference": "openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64" }, "product_reference": "openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64" }, "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x" }, "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64" }, "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64" }, "product_reference": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le" }, "product_reference": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x" }, "product_reference": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" }, "product_reference": "rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" } ] }, "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": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64" ] } ], "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-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64" ] }, "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": "2025-01-29T19:06:58+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a42b52fe6d1521debfab6aa72fdbce79b9077bb8fdc6392608d07f1f5dbed3cb\n\n (For s390x architecture)\n The image digest is sha256:e87f6b03f0810fe7bd5144d1368b67bae097704846ba5bcd8870cff45a32ffda\n\n (For ppc64le architecture)\n The image digest is sha256:6696e1de988f8f2e6b11c68545ec39086fe996a468f632c26098294f3a9f7754\n\n (For aarch64 architecture)\n The image digest is sha256:49a6d2b6dba439b2bb8cc356d790a4df371985f0f3fefa2a23bf519b3520e46a\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0646" }, { "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": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_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": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T19:06:58+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a42b52fe6d1521debfab6aa72fdbce79b9077bb8fdc6392608d07f1f5dbed3cb\n\n (For s390x architecture)\n The image digest is sha256:e87f6b03f0810fe7bd5144d1368b67bae097704846ba5bcd8870cff45a32ffda\n\n (For ppc64le architecture)\n The image digest is sha256:6696e1de988f8f2e6b11c68545ec39086fe996a468f632c26098294f3a9f7754\n\n (For aarch64 architecture)\n The image digest is sha256:49a6d2b6dba439b2bb8cc356d790a4df371985f0f3fefa2a23bf519b3520e46a\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0646" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:2ae7f43de8a29e39a978e3e5d5bc07795aeb4cb89322beaa5c894def7dd5fbdc_ppc64le", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:ba073cd76645c8d54808a04b4e9b960b3069797f11b7503b07e618cf6962a68f_s390x", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:e4d83cfa02962d9e6bba318a6a226f35daa73a3776c0c88311615e2e26e1f9c2_amd64", "8Base-RHOSE-4.15:openshift4/cloud-network-config-controller-rhel8@sha256:fd81b60bd4a6bf3a8ac9fc24cd6b2035f365bf9020e361142b0bf7941d5cdfd8_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:0781547566c253acd49a35bdaf4bdd89d33c07ec804b3379e89b2f5cbdc916ce_amd64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:145a5e65cfecda8783e83157d75725eeda5c0024c56a5c813b2653c3e0cbc300_ppc64le", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:c387f86c84b9bf3b711b2ebde5c449354ec5f9cede4c8db6211319f8dcdb7e09_arm64", "8Base-RHOSE-4.15:openshift4/egress-router-cni-rhel8@sha256:fe58eae1604dc567b3c9b22a4df3ef9f0cbb666c7e95eb15da1f1a92e5da883d_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:1e45ffbebea14a1aaeeabea856e4337b3eedc38d9281e2ac8cc0ec33d75ae6a2_arm64", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:6b68a4af68954611f50365a7013822aab866f765b22adc1aab3a66f0219b26bd_s390x", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:98d65e3181d5a0ec875ea0348e3d363f22492082f3c1c46fdb27440385bbd9e0_ppc64le", "8Base-RHOSE-4.15:openshift4/kube-metrics-server-rhel8@sha256:c2c57c95d20a4e40f140287d1b2a6c59d719f4b32d8ad44bf7496aa4bbc1d427_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:07251e2511c41d83f5e1d970f61b9e78994b1bb19f8e4d8b94abf201879f47ad_amd64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:0c20ecfcbaabbb06d28ef39a20d796df0e49a591453041db23aa22c418f038f1_arm64", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:97706454e47e688da3dbf43b2b6f7d81eca46621cef28ecc0b597ba96f6e22d4_ppc64le", "8Base-RHOSE-4.15:openshift4/kubevirt-csi-driver-rhel8@sha256:b3061b739bd6de2092bb0cce57ac8b2e83c5647115ead1e24846efec20b9f0b6_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:388d9b0547a8d00e46b1ce7f1f81e627f8a9e073ad9493af35155c9ee87a2a79_ppc64le", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8b8afdc0992e8a49fb5be4c3cb35add90144c189b294b2929b11efa2fd151167_s390x", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:b0f0ffe3cb31f033701e71a1d2a92ef8359226a02e9c8db82c7fc892a78ad89d_arm64", "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e55890a2686c0d63694a43644a123583e8ed4b84212b050f21508ae1a876c437_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:2205cdcf1fd4ee4dc2969f2b01a98012cea34dfc381059e8c8f6c40998884625_ppc64le", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:232dda32116fbfa28cdfeb7ca417de26647359d359931b0a88a853d8c3756de6_arm64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:5ae1c8c2688cae2cae7f0fca0d077e1ad998c30298dd5d907ab99a47ba948bae_amd64", "8Base-RHOSE-4.15:openshift4/openshift-route-controller-manager-rhel8@sha256:856eaf4cc9afcd68347b7f64cfd2635ae956c4e33fa23daa4ea5bd140b8b343d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:02a0548c861f7e88e4363d8416347fee2d971aab36ae2bbd5ecd0d0b901715ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:04efab94dad9cf170ec53aff8db547ec050a4bcb81bda1243bb22e2d3bf773d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:55d695233597e5f979f85fbd8d6da264147c1db9a88a6223e15d4e5c795b0e5d_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ba1a77992f787d9569f538e0af3e87ac02eae978d841ba38cc7c8abf1a41afc_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0449091cde295f5c846fd39af0b81fa2cba5af1ea2b8584b4f389c0ba100a4cc_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5da7f5fd217cb7b2929b1946cda1414d823fb24a3673d8bbec8c1f263a71e967_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:769e4216cd584ceccf59f9983d94a452d1639b9f8728df0ffda0a3d35c97d439_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7d2c7871063261d000e1b090c9fb8d82d0156bb66b9f069bf426f34e4f125432_amd64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c7eed9b99650cd27ec1f3f659981190afc7918e3a28f4709c0d290d267eac72_s390x", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4f82c050bb835806068d7577e2eddb175879457729a4d6a6e30c2642824c23d3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cc4a6eef9257a4c68a9e5dfcc5f5e16ab383fc0fbe9be9805b1e6a2918d8dde3_arm64", "8Base-RHOSE-4.15:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe914770bfdfd9597d0216ade52e82ce16b6169ecf47216f26819cf986953882_amd64", "8Base-RHOSE-4.15:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e5dfc1e1fad5f3b6e1543fe701bd0a0781c56ae4f49a9c75055c0deb5493c6c_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:573b39b11ffb0c8e2001c48e244422b7cb08d58a6bbe1ed1ce714b593212d17a_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:eb68fce306c5790a7942deed32cb66bad4190814fb1989db04b29f525e8457ff_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:0077317a5dbd9b342e3de162111816ee32d01bdb656e450dc5be09cc99eecf26_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:35be1e211f028c80b3ffb40d501682369458c0ef881e565af2d67178abb5466d_arm64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0ae45cc538be1da21b3173e912d75675b388613bab873ad013d76456aa6b969e_amd64", "8Base-RHOSE-4.15:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:7e1719054303727d6232f691ec4e12016ec4895fc04fce554f434293c56f363e_arm64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:0854ae01228c166a9570c480e0499aef3088a8f0eacb7e04f24bf8ea8cd851ea_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:4656f1806f94a15eebeb2f15669ac75e437cf30cba05de677e4ae31d26e01729_amd64", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:719aa5d3a80b27a0911e9f76c9abad6700081d765d46a7be37e04b05e0cac8c2_s390x", "8Base-RHOSE-4.15:openshift4/ose-baremetal-installer-rhel8@sha256:c3ff636442dbfca54c2a1cc7a777b7d1e980167d21580cd31d43edcde2f277a9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:32f54174069725aa211a0cf16bafd065f7825d376207be0ab9d80c348e759684_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:3edaa1d9c685cd7d88f72e92a391a6c25cfa590b8f7edf15c456f41115b7b3cb_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:b3354298eccbc19bc59be339ba1be6439c542a96fb7c0c35616cac95afb783fd_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli-artifacts@sha256:fd546010d0ced6b3d438df5c96af54ba937de2e64413db7065a563c24d0da614_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:3f72767f683f2855e0669ed92adba5bf6e4cd184b82dee5724fb30c7f1f23999_amd64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:449bf530e7780314a6a8cc6c51a86667cf3b9bb0d21201702cc16c8d5367b7e4_arm64", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:5f2acc0866f45f08a422f549b32b6e700366ee22de1c5321a9ccf5f0b2ebc9ab_s390x", "8Base-RHOSE-4.15:openshift4/ose-cli@sha256:cda82c58691febcb10053b3368924730b21df67b0a953da63603dbf5437fc919_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:69fd5e3c74449bfc97527a0d810c19de5b1e7658ba25966450632269754dd182_arm64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:7a6095e36ec686e6048108fa189d68d969095f6e676dc977fffd6291e3e29a06_s390x", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e1f04a11c521d1f0026228c5a19d40b6509210ef1503737b9550d9b8ee10f0c6_amd64", "8Base-RHOSE-4.15:openshift4/ose-cloud-credential-operator@sha256:e486b2db7c2f9b4b391407e32e44a2ab893a28bbb46333e9205f8ff3f61fba84_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:2b66dbb7d3eb8ee6614cc7e6b1624ec73fa06dd9702880e26fe5071f34bff75d_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:65db2f64a69ceb6b2e805b5d9e08dfaadfabf5750d3895ffdc5a22813f8f7dc3_amd64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:c6c121be63424563e54c0112eef3828acef8ad30d00798335919f4b41cd0241e_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-olm-operator-rhel8@sha256:de9ec9dfc058912e0a4061ad1d63c76b9249fbda73be604c83da6518243346c1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:0ce9ef6b3146799de39eca4c40b10d43f668f539066e2e6f93cf0aae15b6e621_amd64", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:22fad4a55eb07c715fe98d5d7933a328279b4c1e8ee6543b86e7767b86940d77_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:bd9f8da732206fd41620b36b2d57d99d80a976a84d9c176b4557694523583eba_s390x", "8Base-RHOSE-4.15:openshift4/ose-console@sha256:f7fcfd38a2ab663aec6976a263c107813cff3295fba7b0668b03fbbdd06ddea2_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:3588daef3c49fa961c6a15ea015176b41578a323c4a52b145d0ee1ddb12e3d64_s390x", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:8a45136f12b19568ef15ec62806b2d0c56e3bba8d07c8f03dec6cdacad2cf15b_arm64", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:eaea2b73815f6963931a8307e72d78d3953a2d025d0c96c753349127f5b5c0d7_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f970507288a5824736a4ae9ec03cdc3c8b37a25498fd375729df73a622446ef8_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9aa5afb8ee123783105b750a27277d587d2a9542816c9da84d42f6caae95c854_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ec1619dadae7c62a73de4739ef7b1b8164d26870b3c6662ad973556226b22b7b_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:21a45a30ba6b961249dfaa9e79921c18287a902b545bc8ffd06ff14955c4bba3_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:41fe9abd07fcae354b54c1fb26b79514f29799a9faa49a931819592fbd23a62d_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5d6fabdbf12999fd56a928b7127f3afc2c3830499a4cf3e8311922e6b23369a9_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5f09c2e8a094491f61a9604ee49a60fc38450f314def075f3759546996132a56_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner-rhel8@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:5defe4e2720a57900cb1b173e50a89e08d82b32d87a93dc04ef1514c2a53af24_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:96641bed11c50f458a89cae6d7c7973cad8bffb71488f80b732108025160e021_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:c90ec7cc5666170db3599cc72fdd22391d67620c53a6295c568fbb40377bfdd5_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-provisioner@sha256:cb5b1c058d7faae089bddff3ffdaff4c4c998427a0b57be6dbba260571c8b84d_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer-rhel8@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:6d77a66d9093e24c0a027a48251007541fc8d18fddf72a95d713221da6511092_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:d472067e898362904e657588ead6b3c6b122c75eeb2ed70eb3f218e48e0fb835_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:e595f667614fcc85a321adaa921ead16a5c4cde0f1f43b537f8708dcb6e3cf8a_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-external-resizer@sha256:fe7eede6dc30d57b3f688a4b5920653849698e87a08147773a1a76eb68df02d3_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe-rhel8@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6522d750818044ed61ce42148d6f45c25eed7b3635060e3b60f950ddc92a2152_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:6bf8f4a3fc440fb15a26862f76ba630f24dbd0ac0031c20f4da982b15241a265_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:a8219d6d3ecdf4a06540a9d0e11d1ba9a41f6ddbcefe19388901d9ad0ca811f1_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-livenessprobe@sha256:ab86be250822e1ed1689703c7624ca4c83a43e40f924121280ac1892f6ddfa01_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:36629fdf39788f17e4a67918c311b55efb8c46dddc93ed5507b2436711e9a13a_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:ad649eb1803f5bbab1ec229c16f74fbbc87518aa0718554af0f8aac3ff62a339_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:bfdbfbab56b7285f8869b7dede3bf8a2b119cb50c458f6e8df2181a7eff71b8b_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-node-driver-registrar@sha256:cbc0f3d37be8bb65e98c31cdfc4f9cc74f8cd99e8f624bdc9b7ee61059839948_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:51f6de0f7f358613e6a7203658868c7f38026531706825dd993e57652329d6e6_amd64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:5f131cc3d839b44a2295a551e3df013f3aa28def067208d426b540174f058614_arm64", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:833072f7feab8b89a077502d6800689f294272f10204e82de4799b79b7f2235f_s390x", "8Base-RHOSE-4.15:openshift4/ose-deployer@sha256:fda19a2b12e15f8f90573df25d8fae18331aeb0857a8da27d22ec1d87ce9b11c_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:327c79ded09fe0b495751957c4a1210bc7f4f4419297fc1a4e639ddcf0abafde_s390x", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:8a91ce360c52280a68801f83c3054f778a9fad218f3257bafe6bcd9db63fd871_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f0a061bd6e00396d3f5d3892ed142ebd6ef455fbbb02f1ced5e25745ba104d11_amd64", "8Base-RHOSE-4.15:openshift4/ose-docker-builder@sha256:f2b85d6040eb486d131e06641f0f0a374059dc7dfa2cd983474a1045dc9fffec_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:43c6e8ed76f75dd5118ad7f0a34c3ccb69830e772a34319f339ddbc652b5d57a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9ee20103cf1a67c12e7d0b5f01075868d2029c4f4be5ba41dd3e252e14530c5a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ec76e06aeaa5edbf5312cc217d6a3050d444016dbc667eca43af90d6551fdcee_arm64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:9e1a5e6d9ac03cae4f39c8363b1b6bc7b62f5b01dbb55644eb0b871617a73612_s390x", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:aadff2e33c4bbb763a47ad38c4627bd875ef5a5a7f4b4d62ee5259fe7265900d_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:b6d98b423f490d45c47d59bd77fd1da6a4a0c0121b61751f15c145998c91c51e_amd64", "8Base-RHOSE-4.15:openshift4/ose-haproxy-router@sha256:ec28a7a902bb6a6f7572a08e956b36071be6bc52a5be5b0e43bb4acfce8daf1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:0f3d7caf5cdbca12a726fc819562d3d13d14dd81444c273f14fd6d3fc346f2ae_s390x", "8Base-RHOSE-4.15:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:eccf3d41a99b5b70c45131e6c424ab468e5b36b170370f62c640f34a5ba0ff5b_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:3c7cd07feede72a2d8363cb94e4c168b57d25c4ffb07761c5f8576450e5b0681_amd64", "8Base-RHOSE-4.15:openshift4/ose-image-customization-controller-rhel8@sha256:6f6262ee63a6fa47cac5f47a9a33068792df7b93cb32bd3aaf1192959ef7a3d8_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:501ea665eeb9e6aa8c17dc256a6e7c7f9921323a37203d573a942b96452f7c3b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:6f97cd6b0b42f110ce1477594f3bce063f7249d2779cca17f5c1a6f74bd9a186_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:76504d319489c3674d203c8082408ae40df3733e84bd90fc741e614c9598c192_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-altinfra-rhel8@sha256:db458a7066aea602497ac8ecf5de19b0fc0b70c1802527e92793124abf555509_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:3982d412aee1fafe5bd2dc08e79f4394d927dd5c12974d603a018e2b4cbaecc1_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:8f4b5eae09172c1579a9500a4d1d848ee0d10a59e3b612826b06cbe60d654288_arm64", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:b6c8180fd2bc4d75948964659d18aba74ec1b534b7d686ec567805ba2e2cbdc5_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer-artifacts@sha256:d57ae0efc13abc29a17a57dee7d3b97c356716c9fc484d761851a712446e836b_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:36d6cdd0713333ee433d77b8495c1b10b7a3410956fc561fcb26d761e1249e0a_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:5a035ece2d9618037bf40cc6e12b79d01439b611b3c9b627a869a343ccd91d32_s390x", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:6ea8d933bd1721254a474ca92a5a2e8fbfbcdb33d433b9c2cb2c7cacb39b5dc2_amd64", "8Base-RHOSE-4.15:openshift4/ose-installer@sha256:8b7befceac9482d4c7c9fb7db64a0ec22cce8ff276b87e9cd019507a4539913e_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:1d53592e1637ee5e9b170057d8069ca6eb362ef41e8dca9b96d891ea91183d09_arm64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:53185970a32e8794cd8d0f63487c4ea57c46760ad37e523169db95dca4123871_s390x", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56_amd64", "8Base-RHOSE-4.15:openshift4/ose-kube-rbac-proxy@sha256:bd32ba10b0946c7123899c730af29e351056e15856ba8aa329e46a5505d693d8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:02788816eee5e2c20564abd4e5d717df775e2dbd13fa43c24eeae252cea3efcd_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:5443031464e51732b0ef395ce877313626aa8e62f8e73ad254b13904b6c705b4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:8f9e5fcb6bc30cfc70ec9eae8d03697c10ffbca641cef317739c0cd0b3425bfe_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-config-operator@sha256:9792729c2fdcf07373361925298992c16a885c2f775f9e5335998d7237319804_s390x", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:391e3282d5f878574cb103ddc47fc3726da1a0a659390963332d4f28ba71fce5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:566a549549dc5005b0768c78d1796d6b8770155c42974f6a9a114e314d9f05bf_amd64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:93f420d00171cc18d24b881cf8a34abf7980e154ad294fb9d65272a442003aaf_arm64", "8Base-RHOSE-4.15:openshift4/ose-machine-os-images-rhel8@sha256:cd7a1d4b36f084766e06ddf3958b5419c405af6f32fbdd0c791f4217041def10_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:1d51288036ce6590f2d52a0ecf20f9fbcb8af52060136169b2f0f5b77a681857_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:56e01869fba065fa2321bdcf79541d23b3a12ada64286d0bf1da74ad1b58ed80_amd64", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88480c423a180492baaa17c9337aad8f097bfa736b723717312b955823c660bc_s390x", "8Base-RHOSE-4.15:openshift4/ose-monitoring-plugin-rhel8@sha256:88d35e0213f936ceeaf61617da12ff015a0495b45c857d0fb4ce2106d33a7305_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:2a600e37cb1263a12c3cea131e65caef68502b682d0f8d4c65e053f718c56ad9_arm64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:4bb0789524503c8f208d3750246405090e291b18e65561cec9dcd9179d4fba25_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:61496be85107a70768f71bc0e1d4abe9a67f2fc3d53449bd8d94b44da8fdae36_amd64", "8Base-RHOSE-4.15:openshift4/ose-multus-cni@sha256:f66bb4c044d63d414ae7ed97f1f671a3e1c29be353823529d9c5b4b2aa7fba75_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:3df980a37bac9c0a0b1e1b73e2fd6adb0383ba61a47cde5ca5968907c611523c_arm64", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:57e0b9174a2f5fcb391ed0657c97f6f7e1c8493ac0967bb71882e49c1b437f11_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:a19dbc30f436227aabca2d1af16ecffc32bfbd0aa75dad4a8f0b9e862585ab6e_s390x", "8Base-RHOSE-4.15:openshift4/ose-must-gather@sha256:fbe35d0aa9283d02af53b40fb143dc7adbfbb0b762e92c7d3894cf2c6283f612_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:41ffe8abc7b1a2b589665916d650e26245ce68f2676aabb2894bd996bb274afd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:aef4c038195cea80557677fc6eb095378147d44bbc6664f62ef4249bad401dd2_amd64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d3c85d824f667174ebffa09b9ce475a7026a2b6ea56072d1ad7a0c4eba018b31_arm64", "8Base-RHOSE-4.15:openshift4/ose-network-interface-bond-cni-rhel8@sha256:e160e2495dcce1f196b3c53e91addfe4b5daaaf1df22330ecef73216da0c6677_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:0cc8d72a7208348ba1c730fb0f3204f3f5888ca5ffb952e5938e56de9cf9c418_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:1c7ab78859964a94859ac8b521c452cbfd6766a9864ba724dc3dcc7e5db4dbe4_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:ce3ada7be47aef09ab3800b3c398cae4ad11ec4a8e1bd3ae54c38638486b3472_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-catalogd-rhel8@sha256:d5b7416bf4841490d15ef05165a8e9b41f995a450d805c045a5ac5d38baa7d11_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:211805a75f0d46a57d6340ef090c23584a4ca198997418c6f05a35fc48b7c481_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:710f12840a05451196fd86e3087f7ebfb454b7fe1330e68c78d313935cc214bb_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:8d281c8d60908f47d63e4e2726ee61e09da14c0863cf0660c1deeed2570948e7_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-operator-controller-rhel8@sha256:f732a0b1e8df43b76d5bbbac920cfd01a8a99ea7a4bf836f644abda1d8f97240_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:6cc8505a134143b57a58a8710a95564a5a4d7ff724037b2a2dbdbcec9419e3c3_arm64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:7dcb2dc25eff4b9d25a0da095f66e5882e93474fedd37c235c375e0b0b9891e0_s390x", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:8576e400f88e9df3511a0f1f9ba11aee71d12b9b79f6b1d17039c2d8e2a597a2_amd64", "8Base-RHOSE-4.15:openshift4/ose-olm-rukpak-rhel8@sha256:db12b2242984c3532be1a43749f2c4ccee7f49733c39e981dd09ee2e619b4304_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5d0965acda0ff89782fbf93fe9372e1e3337326e952329c584fd9b99c53c2ec0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8048ec8a2a452a525d3a0d3efa0e0c61a2d9b67dede1ec6fbece746d616117bd_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:91c813e7cd4064e237b63cc0d4f62406414b05d24b9c4aa85718605b64349df9_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fc418deeac556b8af2b9be13e992ab786c2c51bfa7178ed8346a1f58e766eafa_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28257222ba02edf51aae2d4bff2ee95c9ccd87ad748e3cee82ac26ac84e28f85_arm64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b1920304394795cc0a6c40be75488b01b8fb43c096c7e6de0088bdef7dbfa2b2_amd64", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:b30743a63c92650ae60c91db4be383a8a6f9c69859abbffdf7d3553acc16a155_s390x", "8Base-RHOSE-4.15:openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:d505658ed8f86f28b0f4999121a5a2cf706d95fea18ae91356e86fb04b38468f_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:4aca104347abca7b290fce2e4a55779716a18996fe3621d15b30a2632d29e4e8_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:7961e3521651b44badf845f46b3bfeb7bbf6a03b0c9e74ca1c086ac98798e7f7_amd64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:084ae874f35015fe234aadeadfe423cb8848a2fb49c2ef08d7baf100203fffb5_s390x", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:643698c7ee9fa3dc36f6f995564fa1344930b654a90cc3027125f72c560d2d13_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:86f98f2e2cf5bfb09abe9ba9d723be79113494cb236a63c8d0db1699b079b63a_arm64", "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:a8bcc321af815d17b79aa5b883af46d8be4266a3a8aea6cd196fbfb427b3fcef_amd64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:289571a0ae8a8f9fa02e016769c86de4cd7d6a22ec5604f25c60ec933753baa5_s390x", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8459daa660e4836cfa3a7543cbbbacad4919c2731181069afd219b2e7864e09e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:8c3f4efb3b87255e168da6375b1fbf7f727887f9344d31520e29d658d066e02b_arm64", "8Base-RHOSE-4.15:openshift4/ose-thanos-rhel8@sha256:acaee061012fd50204892699c03922026c73bf766be4f904a735e5bf9cc43649_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:068fea795a089adda5f529362073ca0846a163c1cdf28dedbf9600de480dc055_s390x", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:2093769355eda69443f881b75bbfaf8060ed0553c2e04319dfa2fb8222261057_arm64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:9d826cd5665e88c2f9676e5c1b532eec7a7ad5a679788696a74e08ac82d9f918_amd64", "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:f238d265d901bcfc8a3f979d46bc3e399ad94cf44d9ada4fece7d397f8dc9dd5_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1c2ab79a2fabb1a90c72c968b07dd5e7926beef9193d2d44ffb41a7fcfb99389_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:8f0e7af66e90b9217ade17f12a8cde823c540f9be50afb1323f63f8bbd46803b_amd64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b1c9632e430d94b303160ad12bb6a8d702f8493b82ed6832b7b4cefda28c545d_arm64", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c2a5574d4f8dd299c7b3e82ef44f878759cf846d237e0094487711bc4dcdf456_ppc64le", "8Base-RHOSE-4.15:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c83652a22d1ddb2177d6f2cb2d98392c3ee85cc720c36beef01051dd1f2746ec_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:47a1dce8ff67d2108362e77b212b48e314e3b710c6d3831c7e30cda2018b1190_arm64", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:7d7ee75447779de87808f2fa125d1842e981d8c5e7bb9d44b89d8afdb1c7c103_s390x", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:dc11e2bc91f4c0d70f202b34224ecf3da1652eb3c0563e4e4f9d0967a8c5321b_ppc64le", "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:fc0537905c0c98581f1779858c1716ab056f2462b4214bd04fa1acb5f95e1d55_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:0ef30edd078015203d6b44fc9cba884f9cd52512a81e2a6ea65a2ec4698cec71_ppc64le", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:9dd2890729bb07aa1ee4ac985e2d4b6721c33918661090e71b535882c0f90241_arm64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:dfbfb58d0f1ce14ceb6e16af7cef57e49bc23de55856a528d87df025fc080fd9_amd64", "9Base-RHOSE-4.15:openshift4/oc-mirror-plugin-rhel9@sha256:ff7882626f4f6996f55d1a12c6f77520df92f924a9776f7a8fe2798fda8ecbd2_s390x", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2a89148123515df93e46e4592262e8f22d8fa9d0c5f319e7a00623663e92d110_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:495e6ea94f4acbe5ac115412b2b9e7ad1e6e1621a747c8b527c5aadcabeb19c1_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6a33fb7b9bb94a2dad480518d4748ec286f2f951286f7e5cfe051b71397662aa_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aba1b261280aac9ccf40bc7b34c9344fc3c7f4c4cdb8cddee864e7e893837ee5_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25e1ee9928095995a91832fb5d09828f056f6fa9bb433318fa7096523807fb19_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2ba218341e55b869913a472d6f98f0b04c5f355d7ea9adb3517e90b10ac76869_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:591b1dc32a0485d140400fa500b505681410ce01091bc56ef79a372d086548e9_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e9debd5c0988717edd1eee75dd2ca85b808fb149532377b9973a0fbd782919d9_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:476895b179015dcb2f218b45f99039da0a8aa4eae7abbaaae779191bf3e03b4d_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:6f73b9f88c6549f6c8aff17751659decbd337c6f3fe9cdfe03e3660d5840766e_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:d022d65193fbe0f20e2e92a86de2c1f4dbe18be785cb8e43b7169d96d61f2990_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-network-rhel9-operator@sha256:e5fc8737b8ab5d8079e89f5b983cae266f3d24b0f17d732b97a2e39fdf731c43_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1000acb1a7fe501dcf18f7a99159ccfff269faac421d8691e2134e6d20bf6a86_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f3751a384a2a50e15e493c3d4ecae8866700dc41f0fce5f4d082e35d0c98c00_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75b94743605c367bb0aeb88fbb5c7077bd7be780fdf4b304becaa36fcd0c2034_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dc63e0e6f450988a0106b8989c2a5852567c8ea9f84774fe6e5dcfb003e54786_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:21424cdbfcadb536ab1e695b008c29d6dbcc90a6c70c49c0ab5a446a97d6de24_amd64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:50a972fefa53093358eae619149985a5beedd20bb339a21bf7add8c0b175c06d_arm64", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:5dc7f2e5d2687145263d28b72614b21b0390e14f656b51fffc0fa0e2f6718b8b_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:9ac06683f5c0553999c4184f2e3ca0e8e7884bf4eab3b80ed6ee9122442e6ddb_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:2b9d9b2a76a9bb5c7e1bfdd8aa630a8d290c4b97d491f827e218210a8eb0ae85_s390x", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:32e55fc91a076cc8c32088ce2fc4a96d5fbeaa99e025fd381c65c719a88c7bb4_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:45a709ad050f5e2f9e181cea5bc1a806a9e1eadfea9323f2ad9d3b3aaeb3e1be_amd64", "9Base-RHOSE-4.15:openshift4/ose-insights-rhel9-operator@sha256:ca80c40ff1ba98071786a724fb08a2c567f07408529b11a2fbc8c988c7cd5032_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:13cb5aed76279fba1a8e69115c9e6d40aec6464ec10813776bd2a21a74a405b3_arm64", "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:835d837507cc6f1427a4cfaf2c6c569f45296e587a9229c78d19ccc462dfef05_amd64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:0101291ebd055af2064c696620a15da5d082da5b6187798b00ff2791f350d36a_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:4bef803dc3908b16d2e39658aae92abc74921426384664949d89bb8dd7315d7e_arm64", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:5f3098f8534fe15bb6155532c231fffb07a34cb22a9ac4a70931163b10ea2748_s390x", "9Base-RHOSE-4.15:openshift4/ose-openshift-controller-manager-rhel9@sha256:e1fc6b4f92b6c239b7399d99564998e7d383521645ae0a034f1ce0fa77cf522b_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:442145c62bfc445d2ae536c19d69a6461a786de3072cbf0d7444a472f53c21fc_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4b11bb4b7da75ab1dca818dcb1f59c6e0cef5c8c8f9bea2af4e353942ad91f29_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af1c152180108aac0b150e81addfbc6ceb81ec1a0df864147f25cf8707fbb36f_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e3492b9274dc34a43abbdefc8eaf18e8a58bfd68158841d32e8e62dc65239a3b_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:312e184c0c10359fd3de4da585b9a227cac7d3afe5fae5f2481f8bc2cecbe221_amd64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:3e756b5a9479e54b2dd9c20f67e1cbc08583cbbeaa204f3972425d6eaa1d7ad0_s390x", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:8fec3510f476c600716a2798c30c3abe34a902117e104957223095587c0dc05a_arm64", "9Base-RHOSE-4.15:openshift4/ose-operator-registry-rhel9@sha256:de1d4fba3f3e82f193f1a4a180bfbe12f8fa03868d6eeb659bb39a52cfd19d07_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:17bd29c6d5aebf7a02c27097b7ee36cbaf98bc155d9de42ab449ea079d919a1a_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a23b3957a737441701a793a94e50d5a4521e60fa9478bab661c9c3b063659612_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e5467d5fa462416e8508be26f727d1e011e7bf3fd150d64a97bd5553a064b765_arm64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8bf1f53410da0236afde2a94ea17f3abadbbf18ca455e556099b7df5454391f_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:4c8aa40f4cb7a29159171d319a99ffadbb89a9a0755553ba3a55d9a52ff2e452_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:844d4f331737449596f1451c6a655e4d6358ca0ab686b2b22336e629ff847ca3_s390x", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:cbaf93e12cf6dea5128c887310894f6819228c8bc1110df2498ebdb80c4b113a_amd64", "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:d873bcde42d094d8b04c70116c896af12821d48cdf8fd6c2b230380d2ada3ec3_arm64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_aarch64", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_ppc64le", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_s390x", "9Base-RHOSE-4.15:rhcos@sha256:fb6604bc59ffc92e095d300c3110072274ff1320d239db5b801a53f7fa9e0a3c_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2024_4166
Vulnerability from csaf_redhat
Published
2024-06-27 14:08
Modified
2025-03-18 02:20
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.2 Advanced 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)
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.2 Advanced 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\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:4166", "url": "https://access.redhat.com/errata/RHSA-2024:4166" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4166.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2025-03-18T02:20:20+00:00", "generator": { "date": "2025-03-18T02:20:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:4166", "initial_release_date": "2024-06-27T14:08:51+00:00", "revision_history": [ { "date": "2024-06-27T14:08:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-27T14:08:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:20:20+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.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-24.el8_2.3.i686", "product": { "name": "platform-python-0:3.6.8-24.el8_2.3.i686", "product_id": "platform-python-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-24.el8_2.3.i686", "product": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.i686", "product_id": "platform-python-debug-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-24.el8_2.3.i686", "product": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.i686", "product_id": "platform-python-devel-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-idle-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-idle-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-test-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-test-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-tkinter-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-debugsource-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-24.el8_2.3?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-24.el8_2.3.i686", "product": { "name": "python3-libs-0:3.6.8-24.el8_2.3.i686", "product_id": "python3-libs-0:3.6.8-24.el8_2.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-24.el8_2.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "product_id": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "product_id": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-idle-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-idle-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "platform-python-0:3.6.8-24.el8_2.3.x86_64", "product_id": "platform-python-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-libs-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-libs-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-24.el8_2.3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-24.el8_2.3.x86_64", "product": { "name": "python3-test-0:3.6.8-24.el8_2.3.x86_64", "product_id": "python3-test-0:3.6.8-24.el8_2.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-24.el8_2.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-24.el8_2.3.src", "product": { "name": "python3-0:3.6.8-24.el8_2.3.src", "product_id": "python3-0:3.6.8-24.el8_2.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-24.el8_2.3?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-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-debug-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-devel-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-24.el8_2.3.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src" }, "product_reference": "python3-0:3.6.8-24.el8_2.3.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-debugsource-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-idle-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-idle-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-libs-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-libs-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-test-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-test-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-tkinter-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-debug-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "platform-python-devel-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-24.el8_2.3.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src" }, "product_reference": "python3-0:3.6.8-24.el8_2.3.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-debugsource-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-idle-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-idle-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-libs-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-libs-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-test-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-test-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686" }, "product_reference": "python3-tkinter-0:3.6.8-24.el8_2.3.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" } ] }, "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.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.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-27T14:08:51+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.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4166" }, { "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.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.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.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.3.src", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.3.x86_64", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.i686", "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2024_4406
Vulnerability from csaf_redhat
Published
2024-07-09 08:59
Modified
2025-03-18 02:20
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": "2025-03-18T02:20:43+00:00", "generator": { "date": "2025-03-18T02:20:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:20:43+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-2025_0832
Vulnerability from csaf_redhat
Published
2025-02-06 00:45
Modified
2025-03-27 23:16
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.72 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.12.72 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.12.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.12.72. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHSA-2025:0834
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* golang: net/http, x/net/http2: rapid stream resets can cause excessive
work (CVE-2023-44487) (CVE-2023-39325)
* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames
causes DoS (CVE-2023-45288)
* golang.org/x/net/html: Non-linear parsing of case-insensitive content in
golang.org/x/net/html (CVE-2024-45338)
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.
All OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html
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": "Red Hat OpenShift Container Platform release 4.12.72 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.12.72. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0834\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive\nwork (CVE-2023-44487) (CVE-2023-39325)\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames\ncauses DoS (CVE-2023-45288)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "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-2025:0832", "url": "https://access.redhat.com/errata/RHSA-2025:0832" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "2243296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296" }, { "category": "external", "summary": "2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-45333", "url": "https://issues.redhat.com/browse/OCPBUGS-45333" }, { "category": "external", "summary": "OCPBUGS-47544", "url": "https://issues.redhat.com/browse/OCPBUGS-47544" }, { "category": "external", "summary": "OCPBUGS-47644", "url": "https://issues.redhat.com/browse/OCPBUGS-47644" }, { "category": "external", "summary": "OCPBUGS-48325", "url": "https://issues.redhat.com/browse/OCPBUGS-48325" }, { "category": "external", "summary": "OCPBUGS-48549", "url": "https://issues.redhat.com/browse/OCPBUGS-48549" }, { "category": "external", "summary": "OCPBUGS-48568", "url": "https://issues.redhat.com/browse/OCPBUGS-48568" }, { "category": "external", "summary": "OCPBUGS-49345", "url": "https://issues.redhat.com/browse/OCPBUGS-49345" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0832.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.72 bug fix and security update", "tracking": { "current_release_date": "2025-03-27T23:16:57+00:00", "generator": { "date": "2025-03-27T23:16:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.2" } }, "id": "RHSA-2025:0832", "initial_release_date": "2025-02-06T00:45:40+00:00", "revision_history": [ { "date": "2025-02-06T00:45:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-06T00:45:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-27T23:16:57+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.12.0-202501251329.p0.gdc5e4ce.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.12.0-202501021758.p0.gda2578c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64", "product_id": "openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.12.0-202501251329.p0.g2869b1e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.12.0-202501220029.p0.gc65c1f1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.12.0-202501091500.p0.g8fd2f8b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.12.0-202501091500.p0.g8fd2f8b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.12.0-202501201029.p0.g072aead.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "product_id": "openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.12.0-202501281430.p0.gb766b97.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.12.0-202501210959.p0.g701a122.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "product_id": "openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.12.0-202501210959.p0.g701a122.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.12.0-202501161629.p0.g7cb42be.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.12.0-202501170929.p0.gfb7f08a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.12.0-202501161629.p0.g7cb42be.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "product": { "name": "openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "product_id": "openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.12.0-202501161629.p0.g7cb42be.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.12.0-202501161629.p0.g566bf59.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "product": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.12.0-202501200829.p0.g336a488.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.12.0-202501270458.p0.gb0407e3.assembly.stream.el8" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "product": { "name": "rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "product_id": "rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=412.86.202501011408-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64" }, "product_reference": "openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64" }, "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64" }, "product_reference": "rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" } ] }, "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": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_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": [ "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_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": "2025-02-06T00:45:40+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha value for the release is:\n\n(For x86_64 architecture)\nThe image digest is sha256:678a46017c31128166b20c11ae17bb17ab2c6cc4320a8c3ba552cc08f9430a9a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0832" }, { "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": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_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": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2023-39325", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243296" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.", "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": [ "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39325" }, { "category": "external", "summary": "RHBZ#2243296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2023-44487", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "https://go.dev/issue/63417", "url": "https://go.dev/issue/63417" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T00:45:40+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha value for the release is:\n\n(For x86_64 architecture)\nThe image digest is sha256:678a46017c31128166b20c11ae17bb17ab2c6cc4320a8c3ba552cc08f9430a9a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0832" }, { "category": "workaround", "details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)" }, { "acknowledgments": [ { "names": [ "Bartek Nowotarski" ], "organization": "nowotarski.info" } ], "cve": "CVE-2023-45288", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268273" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected", "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": [ "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "RHBZ#2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" }, { "category": "external", "summary": "https://nowotarski.info/http2-continuation-flood/", "url": "https://nowotarski.info/http2-continuation-flood/" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2687", "url": "https://pkg.go.dev/vuln/GO-2024-2687" }, { "category": "external", "summary": "https://www.kb.cert.org/vuls/id/421644", "url": "https://www.kb.cert.org/vuls/id/421644" } ], "release_date": "2024-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T00:45:40+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha value for the release is:\n\n(For x86_64 architecture)\nThe image digest is sha256:678a46017c31128166b20c11ae17bb17ab2c6cc4320a8c3ba552cc08f9430a9a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0832" }, { "category": "workaround", "details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.", "product_ids": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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": [ "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T00:45:40+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha value for the release is:\n\n(For x86_64 architecture)\nThe image digest is sha256:678a46017c31128166b20c11ae17bb17ab2c6cc4320a8c3ba552cc08f9430a9a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0832" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:6b3b209bac78e19a10cae1a695ef9eda467d63267408807d6d17ce29330331e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:ab108b15d95163b090a662ae675a8b49162a4f2619176f0c4a44dedfa5e330c1_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:4dae70d81c731a9fcf182d5319fd43cfcededdbdc7385a18400ca86bc2b7d92f_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a7329dd56c7889cce9ea35c768e228a553a7430a54d31cef08f77a4fd905a002_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:0107d7cca7e45386e05c715b6c7d23974c69f2132a86cffdbc22f902cff93d4e_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:b2c7f40116d217c3b39a38e53988dd72aeb32c7250cd9a8c1125686485ef887c_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:9d405ef717d381d8f036b7f6a1435e17bc52945f8bdd83d683de294ce651400d_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:88c983b01cff2ee2fb3a9fe2ab3f04b3aad9288734426046f365b9092d302929_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:935d855e895729b572b4a8b312704cec4a215e1aea6201ebc7f3241d85f0029c_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:93727bc97db674dc84a35ea3ae1ccd35c50fac9bd997500aa0ecd07e5dfafc25_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:55b4d70c0807df31290bdd29779f21bca82c6e58a945d6e01c024b8a2c81eb70_amd64", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2c753982551504bf5177f83d537b47a5239a4368f45fe1e025102c23e38681e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:2b51f7a6b335445ccead3e05a3ea052f603d7687c29e4ab0a9d33a9442af8af5_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:2a3c3dbbcdbcb06fcf6cfcfbd7c8814348732171af789a08c56c34df88884b82_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:4ed8196c1caa5101001b302818cb74068db130a3850a5b9c9d219223e00a7c44_amd64", "8Base-RHOSE-4.12:rhcos@sha256:e2715538db20b6d971b16b7c52d2137113aefc4830440cb257e570cc31b4de86_x86_64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1890b1da10883d2995bd2585647d126d146f49732442ef0bd22d69d41a6ee56b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:86b1d13fe787b8c1f22dd0ccd7af3c8f99b0dc0baa9a7dc9f627cb9609eef770_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2024_4077
Vulnerability from csaf_redhat
Published
2024-06-25 05:27
Modified
2025-03-18 02:19
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of 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)
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 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\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:4077", "url": "https://access.redhat.com/errata/RHSA-2024:4077" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4077.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2025-03-18T02:19:57+00:00", "generator": { "date": "2025-03-18T02:19:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:4077", "initial_release_date": "2024-06-25T05:27:15+00:00", "revision_history": [ { "date": "2024-06-25T05:27:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-25T05:27:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:19:57+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.src", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.src", "product_id": "python3.11-0:3.11.7-1.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "product_id": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-test-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.1.s390x", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.s390x", "product_id": "python3.11-test-0:3.11.7-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.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.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.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.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.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.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.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.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.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.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.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.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.1.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.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.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.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.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.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.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.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.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.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.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.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:27:15+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4077" }, { "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:python3.11-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2024_4896
Vulnerability from csaf_redhat
Published
2024-07-29 07:05
Modified
2025-03-18 02:19
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of 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)
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.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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\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:4896", "url": "https://access.redhat.com/errata/RHSA-2024:4896" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4896.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2025-03-18T02:19:53+00:00", "generator": { "date": "2025-03-18T02:19:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:4896", "initial_release_date": "2024-07-29T07:05:18+00:00", "revision_history": [ { "date": "2024-07-29T07:05:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-29T07:05:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:19:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-test-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.4.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.i686", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-test-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.4.src", "product": { "name": "python3.11-0:3.11.2-2.el9_2.4.src", "product_id": "python3.11-0:3.11.2-2.el9_2.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.4?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "relates_to_product_reference": "CRB-9.2.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-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.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-29T07:05:18+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4896" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.4.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2025_2705
Vulnerability from csaf_redhat
Published
2025-03-18 02:17
Modified
2025-03-19 21:07
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.18.5 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.18.5 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.18.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.18.5. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHBA-2025:2707
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy
and Mbox devices (CVE-2024-53197)
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.
All OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.
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": "Red Hat OpenShift Container Platform release 4.18.5 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.18.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.5. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:2707\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ \n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy\nand Mbox devices (CVE-2024-53197)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.", "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-2025:2705", "url": "https://access.redhat.com/errata/RHSA-2025:2705" }, { "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": "2334412", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334412" }, { "category": "external", "summary": "OCPBUGS-40772", "url": "https://issues.redhat.com/browse/OCPBUGS-40772" }, { "category": "external", "summary": "OCPBUGS-48798", "url": "https://issues.redhat.com/browse/OCPBUGS-48798" }, { "category": "external", "summary": "OCPBUGS-50609", "url": "https://issues.redhat.com/browse/OCPBUGS-50609" }, { "category": "external", "summary": "OCPBUGS-50706", "url": "https://issues.redhat.com/browse/OCPBUGS-50706" }, { "category": "external", "summary": "OCPBUGS-51268", "url": "https://issues.redhat.com/browse/OCPBUGS-51268" }, { "category": "external", "summary": "OCPBUGS-51971", "url": "https://issues.redhat.com/browse/OCPBUGS-51971" }, { "category": "external", "summary": "OCPBUGS-52204", "url": "https://issues.redhat.com/browse/OCPBUGS-52204" }, { "category": "external", "summary": "OCPBUGS-52350", "url": "https://issues.redhat.com/browse/OCPBUGS-52350" }, { "category": "external", "summary": "OCPBUGS-52429", "url": "https://issues.redhat.com/browse/OCPBUGS-52429" }, { "category": "external", "summary": "OCPBUGS-52484", "url": "https://issues.redhat.com/browse/OCPBUGS-52484" }, { "category": "external", "summary": "OCPBUGS-52511", "url": "https://issues.redhat.com/browse/OCPBUGS-52511" }, { "category": "external", "summary": "OCPBUGS-52514", "url": "https://issues.redhat.com/browse/OCPBUGS-52514" }, { "category": "external", "summary": "OCPBUGS-52516", "url": "https://issues.redhat.com/browse/OCPBUGS-52516" }, { "category": "external", "summary": "OCPBUGS-52872", "url": "https://issues.redhat.com/browse/OCPBUGS-52872" }, { "category": "external", "summary": "OCPBUGS-52946", "url": "https://issues.redhat.com/browse/OCPBUGS-52946" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2705.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.5 bug fix and security update", "tracking": { "current_release_date": "2025-03-19T21:07:10+00:00", "generator": { "date": "2025-03-19T21:07:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2025:2705", "initial_release_date": "2025-03-18T02:17:19+00:00", "revision_history": [ { "date": "2025-03-18T02:17:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-03-18T02:17:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-19T21:07:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.18", "product": { "name": "Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.18::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.18.0-202503102234.p0.gefa7739.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.gc004ea7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202503121002.p0.g2e139ed.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.18.0-202503102234.p0.g04c22ee.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.ga5a8299.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.gd9f7f31.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "product": { "name": "openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "product_id": "openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202503120633.p0.gbf2b469.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "product_id": "openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202503121002.p0.g68b6d98.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g474ad65.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "product": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7cafd0c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "product": { "name": "openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "product_id": "openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202503072303.p0.g98b1915.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202503071833.p0.g6b4ecde.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "product": { "name": "openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "product_id": "openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "product": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g1df65ac.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.18.0-202503062002.p0.g53274f1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.18.0-202503062002.p0.g62f62f7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.18.0-202503062002.p0.ga371641.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.18.0-202503062002.p0.gd914e77.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202503111833.p0.gccdaa71.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "product": { "name": "openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "product_id": "openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.gf76635f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "product": { "name": "openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "product_id": "openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.geb9bc9b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "product": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "product": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.18.0-202503102234.p0.gefa7739.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.gc004ea7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "product_id": "openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202503121002.p0.g2e139ed.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.ga5a8299.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.gd9f7f31.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "product": { "name": "openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "product_id": "openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202503120633.p0.gbf2b469.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "product": { "name": "openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "product_id": "openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202503121002.p0.g68b6d98.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g474ad65.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7cafd0c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "product": { "name": "openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "product_id": "openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202503072303.p0.g98b1915.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "product_id": "openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202503071833.p0.g6b4ecde.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "product": { "name": "openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "product_id": "openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "product": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g1df65ac.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.18.0-202503062002.p0.ga371641.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.18.0-202503062002.p0.gd914e77.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202503111833.p0.gccdaa71.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "product": { "name": "openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "product_id": "openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.gf76635f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "product": { "name": "openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "product_id": "openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.geb9bc9b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "product": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "product": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "product_id": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202503102036-0" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.18.0-202503102234.p0.gefa7739.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.gc004ea7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "product_id": "openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202503121002.p0.g2e139ed.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.ga5a8299.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.gd9f7f31.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "product": { "name": "openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "product_id": "openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202503120633.p0.gbf2b469.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "product": { "name": "openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "product_id": "openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202503121002.p0.g68b6d98.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g474ad65.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "product": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7cafd0c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "product": { "name": "openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "product_id": "openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202503072303.p0.g98b1915.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "product_id": "openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202503071833.p0.g6b4ecde.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.18.0-202503111833.p0.g3ffdea6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "product": { "name": "openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "product_id": "openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "product": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g1df65ac.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.18.0-202503062002.p0.gd914e77.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202503111833.p0.gccdaa71.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "product": { "name": "openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "product_id": "openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.gf76635f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "product": { "name": "openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "product_id": "openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.geb9bc9b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "product": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "product": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "product_id": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202503102036-0" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.18.0-202503102234.p0.gefa7739.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.gc004ea7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202503121002.p0.g2e139ed.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.18.0-202503102234.p0.g04c22ee.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.ga5a8299.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202503102003.p0.gd9f7f31.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "product": { "name": "openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "product_id": "openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202503120633.p0.gbf2b469.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "product_id": "openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202503121002.p0.g68b6d98.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g474ad65.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "product": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7cafd0c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "product": { "name": "openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "product_id": "openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202503072303.p0.g98b1915.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202503071833.p0.g6b4ecde.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.18.0-202503111833.p0.g3ffdea6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "product": { "name": "openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "product_id": "openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202503111833.p0.gdac9774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "product": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.18.0-202503062002.p0.g1df65ac.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.18.0-202503062002.p0.g53274f1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.18.0-202503062002.p0.g62f62f7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.18.0-202503062002.p0.ga371641.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.18.0-202503062002.p0.gd914e77.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202503111833.p0.gccdaa71.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "product": { "name": "openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "product_id": "openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.gf76635f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "product": { "name": "openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "product_id": "openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202503102003.p0.geb9bc9b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "product": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.18.0-202503102003.p0.g7498774.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "product": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "product_id": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202503102036-0" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64", "product": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64", "product_id": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202503102036-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le" }, "product_reference": "openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64" }, "product_reference": "openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x" }, "product_reference": "openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64" }, "product_reference": "openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64" }, "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64" }, "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x" }, "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x" }, "product_reference": "openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le" }, "product_reference": "openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x" }, "product_reference": "openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64" }, "product_reference": "openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64" }, "product_reference": "openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le" }, "product_reference": "openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x" }, "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64" }, "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le" }, "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64" }, "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64" }, "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64" }, "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le" }, "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x" }, "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64" }, "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64" }, "product_reference": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le" }, "product_reference": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x" }, "product_reference": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "relates_to_product_reference": "9Base-RHOSE-4.18" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64 as a component of Red Hat OpenShift Container Platform 4.18", "product_id": "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" }, "product_reference": "rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64", "relates_to_product_reference": "9Base-RHOSE-4.18" } ] }, "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-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64" ] } ], "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-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64" ] }, "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": "2025-03-18T02:17:19+00:00", "details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:93879f84b3165c5b5bd1fdf4563a11155dc61ea35cd93e67dc61c2b66e11c8bb\n\n (For s390x architecture)\n The image digest is sha256:9c48f890dd798cf11b94d8b952ccc1fda209f7976d1e69bdf3485d7a65a8efda\n\n (For ppc64le architecture)\n The image digest is sha256:0509959951f39edf73bd9e52791c7f10c4d8411af3983e83e064cc7727bf2fc1\n\n (For aarch64 architecture)\n The image digest is sha256:b2ca04412aab2f1ea02e93679861366fd80c2b25186e8748d8a1f1558e8d62cf\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.", "product_ids": [ "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:2705" }, { "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-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_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": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-53197", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2024-12-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2334412" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s USB Audio driver. This flaw allows an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by manipulating system memory, potentially escalating privileges, or executing arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE marked as important vulnerability because it allows a malicious or compromised USB device to trigger out-of-bounds memory accesses in the Linux kernel\u2019s ALSA USB audio subsystem. This occurs due to improper handling of bNumConfigurations, which can lead to memory corruption or even privilege escalation if exploited. Since USB devices can be dynamically plugged in, an attacker with physical access could potentially exploit this flaw to execute arbitrary code in kernel space or cause a system crash.\nBecause the kernel supports virtual USB devices, this vulnerability could still be exploited by an attacker without physical access, but is able to create virtual USB devices which use the vulnerable device drivers.", "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-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53197" }, { "category": "external", "summary": "RHBZ#2334412", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334412" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53197" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-53197-6aef@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-53197-6aef@gregkh/T" }, { "category": "external", "summary": "https://securitylab.amnesty.org/latest/2025/02/cellebrite-zero-day-exploit-used-to-target-phone-of-serbian-student-activist/", "url": "https://securitylab.amnesty.org/latest/2025/02/cellebrite-zero-day-exploit-used-to-target-phone-of-serbian-student-activist/" } ], "release_date": "2024-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-03-18T02:17:19+00:00", "details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:93879f84b3165c5b5bd1fdf4563a11155dc61ea35cd93e67dc61c2b66e11c8bb\n\n (For s390x architecture)\n The image digest is sha256:9c48f890dd798cf11b94d8b952ccc1fda209f7976d1e69bdf3485d7a65a8efda\n\n (For ppc64le architecture)\n The image digest is sha256:0509959951f39edf73bd9e52791c7f10c4d8411af3983e83e064cc7727bf2fc1\n\n (For aarch64 architecture)\n The image digest is sha256:b2ca04412aab2f1ea02e93679861366fd80c2b25186e8748d8a1f1558e8d62cf\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.", "product_ids": [ "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:2705" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:020b29f3ff66339fb4ff10b2df46bd5976b515fbbf3a767a143a1bd09e91991b_arm64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:29d5bf4f0d7846f53eaa7d90157d98daa01796a7bc78f493172eb885440dbd6d_s390x", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:bb07f6bce7006a9e263f20f0787bfc96186e22bec9c79bd3d59fce6fba72ce14_amd64", "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:f3cf16dedeb381c65aab9ce23a5f5c433d26609ddf1115d51b38a5d05d55009a_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:4160f6c2353a61f5600ecea37f94c65f102d48310f7b2541faaa616fcb7095b7_ppc64le", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:622cd12766f96e5740ad07b185482cf06d665f3ef6b5fc2d39b91a964588289f_arm64", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:ac81ee8b7ef25bb58a881e031342639f32eaacdde8c43ff3dae677be2b2c2db8_s390x", "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:e5909685a0d0d27430a1274bf0a2c8e8d1aff727618fac03bc98440ca43b6051_amd64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:2b2d45367cff1f091a57e3a451190a06951ec1f8212ae9996cb2ea160120ce5f_arm64", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:8ceacc345040fb8f6b6539420fb387a57be867152fed6bd176a16037f5983796_s390x", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:afb24d92831071f7428bd2fe17730f7216ab7473556959c69a470427dadd8242_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:f480e695aee3df5be2e3c483fc69c79e710909217f0c5f92706b41f3179dbe6c_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39d8d910a4d60e5798d44caf7a57c57f6629b770f0214fb1cd7ce04e54fc5e9e_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4090266b45b58b5dd38b5c408383cc30390a0823d9b80567eae8564cd8274472_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8c33e334894d36d094b9a86524ff9979a5f7bac2517a0452e9b132947ef5a735_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b2c6a91e0db6af6b0dc2af841d451bd5016d045218790eac9caa81ba172b2003_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:1cb6a48e4b74633ff4616eef79c5a9f7528db5b1d1d1ec6c71f11ede1a867858_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:859ee72c47e1b8b5f3533cb754ab3c02b17c6295efce16a0f6398efcf0dfc2ae_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ceef50bc3aa5b649d78a85a28086fd4bdccb7dab5c19044bfed7019ac3f8d840_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-dns-rhel9-operator@sha256:ddc9a235d64bd840a1f704e6389bc621efbaae14121e173f5502aaf4779c642a_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:234baffa2f19c8e8f2f2bd53c3b3bfab15ec61513f33519bf065c14559c3a56f_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2d544fdec90b9dd8131f433e9dfd61cbc260651a5cd1b59348763bd4a6a53b4d_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:67ae07dbfef7c2ba775359e91270231fce048352d1d6affd370d0de07eae5bb2_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:be6f6f13de75f06126c097a11c53b4299f80c9300db616f850703592caf59fcf_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1e4c7b6650037a248689bffdf28e6318ca7352415ed8d9def40c961a22374afb_amd64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ac02ea0f437efa0432bea385ea3c4279ee19ceda827d13ceefb027434bd9d90_arm64", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:55ba873cd63ca5e643ca1fd274f56c0119a41d0469499fd87d694040970c0d21_s390x", "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e8274a81766cf17861e77ea2e6e2bb6da908a058394a50aa051c538a48480074_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:2501ce5e47346945015ab8c56491719e7f8778a4d461b0ce1b3cc5e31a7aec0c_arm64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:70f13f54334d5cea12b8b7b695af7f174cc836e4af7c95d111a41ac41b1183a7_amd64", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:cfd2397a193bd128b9f73329aa771d4e8fbfc2dd1f719b3a616edd9a7bb36daf_s390x", "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:eca5a5bbc4729ce4292ea3688b9477a7baa23854bbe71e08a4a828aab8f2571c_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:10dc6dbb39ec134395d0407ca8276bc546e72c3dc76a82ccadd0021b0610fd39_s390x", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:1130e90b8739e4bf7425b9119b14f49a4e418c2d3b8445b36137d07b5fd7eee6_amd64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:75a9a8a02e27eade86d90d8820956a68ff9de4cb29780c8c99a3c2e4479e4905_arm64", "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:c812fc7e74a8e089c823b4a8b9913d53ead0c690007eba8cad533b3c74b46af3_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:000785bef0e32122b6fecda102f441e88dcbbd087a8d832d6e3eb28b27788bf4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:4ed2c7f459f5267e254c4c27d82702e5fd0f44276f7ff494fe35b7ff795c1bb2_amd64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:bab480d53686080ec7575ac3ad14cd2783a920310bc52676b10a1855e33a827c_arm64", "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:e499c70c38bd25304524270b5b5cfe39f7597232d8ce2a177eba1bc4d576e7a6_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3317346bacff7e95ca49f0f48aa14fc3add9ac81d1a9d42259f9808ac636e81d_s390x", "9Base-RHOSE-4.18:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a02ad7d3c86b07e19589fbdc7bc95752e096128e84f80b3b4f72bb7b369d0a7a_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:25005d0a6f377da23dc452f735e327e2fc44c714e36ccb7561b42c384620b455_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:2fb8f64ebdce22a5d2123a079205c387d064fedd029e741bdf62fb732365a780_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:388c708c2cd781ea15b23606732a28d1d8666d1a86db0f98070006720ddbda72_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:49fa50bec5c9bc63118bdf3cac2bf56f6c941cc7a8a97fe891b3a1410b88a2b6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:0951688d5e314b2140892fc02187ba1e677fb13862ef7e3654f790fc8bc6675d_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:211b0b8b33ac57fd1e0021a858c989fa136c39e9c65f00002ac5a2573b4898a4_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:667cd930d5e5b045b633ffc430d0abd088398a9ce31d4d398ed0cc6229e11ba8_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:8c6c71f74406045def1430522e28e0d71fb0f86b078e666c22cf5d41f252d0ee_amd64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:1d85d7711bd81c9567dea4363d3a1cbfeb9ab50e539a08d65a1fab62278390ed_arm64", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f9c9610e316280748cb92e73e2eb45e53e467814479f8498f8295c491f77fb6_s390x", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:aa7fc6d46c65169366a37f2857ae9f38eb0677fbe161cd1d6551687f6bfac186_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:cfc4baa36dd2da59c848c7c34b1c231ee3944d894d474724cb6b7228915ed595_amd64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a97c6c12b3b392f3882e37725b8f10115aff6b313d53ecdc30026fcf076d37c_arm64", "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25d3122923ba376aaf2e976014a1b3ce7a1b4dfe09fda360a6723d22b660125_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:7a2f6e0cfe76c96b44fc1db1aa48a23029b20785592697f681c7cc2a2627cd34_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-aws-rhel9@sha256:854e94b0a4692b33403632777914ffcd2edd6af446abd90473074e43d620d974_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:27b1d5882c1112fabe94bfa9c5525c2596eb9c01239ed5f407bc140bb36dab18_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5fabc5c25cb7fe57eb04181ec0d3b3fef6ad8c1dc48a521c99a3efb327e90529_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:75f02897a83f4103280ae2273b4955676c9e1435f38103ea9cbcf3e772a83e66_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9818c79be766d067d1122ab992c68af5c330996926139e9ce8e71a207d2fda06_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c55d1cb098359a99d235c923ed52e0a1d95ef2c8e7ba1ec40abd6275b3466b_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2127b5d346c7757094834c86b36272831f6dca7e88bf5f2996d32eaf255a28cc_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8e2c8392761d0c4d947d7695a050e1308140803eb04f518efbf081d71869541c_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ac07e0b3ae1c4675e0d48f5906b2eb5a0e13fae6e035d0b6d67b9cb5ee3445e7_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee97b0902648ec72a9084f517c424b0d03f6d5212ecf7cb7aa8101b05e415b7e_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:1e134c4da1b31176171bea367b583b344f63d384084c35c8e817eb3705093785_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:6f025c211d6d6dcb643e04dc3801ff59454c29e447bd9dab97f7ae6c519fec2e_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:873f3689703bf185bc4071cd92cf0b51cc829f3ebd6d10c2d7f03872e794e979_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-api-rhel9-operator@sha256:c96ce72ba0f5601520b2ae89d87edcb6d78dedad5cd204676aff5d55922043e1_amd64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:403f8a66708c6aa0f4c9d2077ba57eee9ae85b2c605320001c80d8da27e4e3a6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:497e4f60eedc06f6bbda15477a0d8080ca5c06d49c34997636e18ef7ac948530_arm64", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6a5831143c29429aaf5236a2e6dcd97af37e162c73add5788943f0c658d9ebae_s390x", "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:c4302bbffa5adba6191caf3fe66c58a31dc8cb0324cbb370ec4e9b931cc0f001_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:78571fcba411a0ea97da4b5e891b13727e2fdc1cc6222fefd5b7df81c535f74a_amd64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:a205a4dbaeb44ffd34aa3791feb19956a6b8d04223f732ff51c0f732ec3a1580_arm64", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:e7d6980320140e9eea9fed9aab0571d4f2dbae6ee0332bf7f4a080f9ceb5291f_s390x", "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:ece57cfcfd77ec9d8e226132dff3a5b06a41494acee8d831059ae8d23cff07d5_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:09814518b83e97e458b271761334df8661ca02632cd5e4fb11e936e07038d0b0_amd64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:0c23b75077adb7f32825495cd2188e56db5bd8f7eb8e3de503be093d61250dc0_arm64", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:22a6bf3b451a1fa377861a5e06c568fd23958cd882e08a5b68bf9cd48b7d35b4_s390x", "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:ffdc517ea4386294c0cd2a93446724c3d8795a5519b77e8b309125612f18a361_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3e5b1d87082b18e9f7b69267c4c3f3b0cb90a9640b6a77de48eaab250e8e448e_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:5dbb50e32a3f61bff541cee5d7d9c48c6710cf21d0149234c783a557da688cb4_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:746f466e47bb7e90a4cd1347470e3e78b0006e8ba8007e91db4c805e582fdba6_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-config-reloader-rhel9@sha256:925c1330235165515e92e7f2343460dc2a438728fcbb188713798b742027500d_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3fdb34b5dd096dc43375fc0cf805990290f55618ac6621f99b85e343cc7315b5_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5ebef07bbae593e7bc728f42a1b9427adac0291120d55ed97f699f4f40c1d9f3_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7cc65030bb4a2d38f902f0349eafab9d67e79812a59ac3d841c9c813b554f130_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:89abb8c459b11a6911e4ca0f8da86f31734516a019791a51e26388fa2e51089e_amd64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:1ef24a36d55f33de62df5e07548f456bece7ca400ed2aa15955ac1306ff68484_arm64", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:585ba4a0c3cafe16e298d542d06108ce778bea2dc9a2c04eb33d18da4fad7d19_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:8734026acd58f602155182e5bf3744836f5331923b011982fb15ac5e71afa137_s390x", "9Base-RHOSE-4.18:openshift4/ose-prometheus-rhel9-operator@sha256:b86909de05dd4cf67c64e864b530a57a9bef835b38ab7899756835ecc775de0b_amd64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:3d8e8877e50bb15a7d72f651034c8ae077828497cda51499d60045cf343220f3_arm64", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:b99dfc91e9fe4c43519f1f759750d979abb5079bf40f2c4b31b2778d6617c593_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d6bf34d2d08ca179ecaa1e654634586795b4a4dcfa094eccb50b31d633e5f677_s390x", "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:e8af370ff73374f0ac4b060e12e50daa8d6073d3b998d94822835ab416adf674_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:10d3a259f16d2e3e105b7ff498a7dd20b97aa18676b9c6c945b2e956388a6e7f_amd64", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:4ff6a863a438d703c23482cf314d45b23f8856d9a9791f9bc7ddac00327d5fe3_s390x", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:5063069d59888c08f5d27343ed3f8658fc4ad0363194ed31899ba15d556c1f23_ppc64le", "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:c1525d0c674c4b2a76ee2c463f208a0a241fdf5f6269f7cd9566899479a6f90a_arm64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_aarch64", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_ppc64le", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_s390x", "9Base-RHOSE-4.18:rhcos@sha256:5a601a8c043f95ca2e304305241040b1d21b573c4ba31f0d7daf3bfc1afecd17_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices" } ] }
rhsa-2025_1120
Vulnerability from csaf_redhat
Published
2025-02-11 11:31
Modified
2025-03-25 11:10
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.17.16 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.17.16 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.17.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.17.16. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHSA-2025:1122
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* rsync: Info Leak via Uninitialized Stack Contents (CVE-2024-12085)
* golang.org/x/net/html: Non-linear parsing of case-insensitive content in
golang.org/x/net/html (CVE-2024-45338)
* unbound: Unbounded name compression could lead to Denial of Service
(CVE-2024-8508)
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.
All OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html
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": "Red Hat OpenShift Container Platform release 4.17.16 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.16. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:1122\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* rsync: Info Leak via Uninitialized Stack Contents (CVE-2024-12085)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* unbound: Unbounded name compression could lead to Denial of Service\n(CVE-2024-8508)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:1120", "url": "https://access.redhat.com/errata/RHSA-2025:1120" }, { "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": "2316321", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316321" }, { "category": "external", "summary": "2330539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-39602", "url": "https://issues.redhat.com/browse/OCPBUGS-39602" }, { "category": "external", "summary": "OCPBUGS-41300", "url": "https://issues.redhat.com/browse/OCPBUGS-41300" }, { "category": "external", "summary": "OCPBUGS-41596", "url": "https://issues.redhat.com/browse/OCPBUGS-41596" }, { "category": "external", "summary": "OCPBUGS-42763", "url": "https://issues.redhat.com/browse/OCPBUGS-42763" }, { "category": "external", "summary": "OCPBUGS-44927", "url": "https://issues.redhat.com/browse/OCPBUGS-44927" }, { "category": "external", "summary": "OCPBUGS-45268", "url": "https://issues.redhat.com/browse/OCPBUGS-45268" }, { "category": "external", "summary": "OCPBUGS-45740", "url": "https://issues.redhat.com/browse/OCPBUGS-45740" }, { "category": "external", "summary": "OCPBUGS-46465", "url": "https://issues.redhat.com/browse/OCPBUGS-46465" }, { "category": "external", "summary": "OCPBUGS-49399", "url": "https://issues.redhat.com/browse/OCPBUGS-49399" }, { "category": "external", "summary": "OCPBUGS-49685", "url": "https://issues.redhat.com/browse/OCPBUGS-49685" }, { "category": "external", "summary": "OCPBUGS-49701", "url": "https://issues.redhat.com/browse/OCPBUGS-49701" }, { "category": "external", "summary": "OCPBUGS-49756", "url": "https://issues.redhat.com/browse/OCPBUGS-49756" }, { "category": "external", "summary": "OCPBUGS-49758", "url": "https://issues.redhat.com/browse/OCPBUGS-49758" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1120.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.16 bug fix and security update", "tracking": { "current_release_date": "2025-03-25T11:10:52+00:00", "generator": { "date": "2025-03-25T11:10:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2025:1120", "initial_release_date": "2025-02-11T11:31:16+00:00", "revision_history": [ { "date": "2025-02-11T11:31:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T11:31:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-25T11:10:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.17", "product": { "name": "Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.17::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202502030033.p0.gb6712f3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "product_id": "openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202502051933.p0.g1473528.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "product": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202502040904.p0.g0c85261.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202502031803.p0.g9b76377.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "product": { "name": "openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "product_id": "openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "product": { "name": "openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "product_id": "openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202502052104.p0.g6f7e5c9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "product": { "name": "openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "product_id": "openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "product_id": "openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202502051534.p0.g73c6041.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202502051534.p0.g9145aec.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202502051534.p0.gfaffde9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202502051233.p0.g05e480d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202502051534.p0.g4cc334a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "product": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202502051233.p0.gc9a6362.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "product": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "product": { "name": "openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "product_id": "openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202502051233.p0.g377d02f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202502060104.p0.g7751159.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "product": { "name": "openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "product_id": "openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202502051534.p0.g56b3427.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "product": { "name": "openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "product_id": "openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202502051804.p0.g8e170b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202502031604.p0.g58f7b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202502051804.p0.gd60fad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "product": { "name": "openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "product_id": "openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=v4.17.0-202502010734.p0.g2e83134.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=v4.17.0-202502010734.p0.g2e83134.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202502030033.p0.gb6712f3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "product": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202502040904.p0.g0c85261.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202502031803.p0.g9b76377.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "product": { "name": "openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "product_id": "openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "product": { "name": "openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "product_id": "openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202502052104.p0.g6f7e5c9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "product": { "name": "openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "product_id": "openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "product": { "name": "openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "product_id": "openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202502051534.p0.g73c6041.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202502051534.p0.g9145aec.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202502051534.p0.gfaffde9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202502051233.p0.g05e480d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202502051534.p0.g4cc334a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "product": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202502051233.p0.gc9a6362.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "product": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "product": { "name": "openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "product_id": "openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202502051233.p0.g377d02f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "product_id": "openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202502060104.p0.g7751159.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "product": { "name": "openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "product_id": "openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202502051534.p0.g56b3427.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "product": { "name": "openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "product_id": "openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202502051804.p0.g8e170b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202502031604.p0.g58f7b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202502051804.p0.gd60fad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "product": { "name": "openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "product_id": "openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "product": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "product_id": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202502051822-0" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202502030033.p0.gb6712f3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "product_id": "openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202502051933.p0.g1473528.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "product": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202502040904.p0.g0c85261.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202502031803.p0.g9b76377.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "product": { "name": "openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "product_id": "openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "product": { "name": "openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "product_id": "openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202502052104.p0.g6f7e5c9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "product": { "name": "openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "product_id": "openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "product_id": "openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202502051534.p0.g73c6041.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202502051534.p0.g9145aec.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202502051534.p0.gfaffde9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202502051233.p0.g05e480d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202502051534.p0.g4cc334a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "product": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202502051233.p0.gc9a6362.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "product": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "product": { "name": "openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "product_id": "openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202502051233.p0.g377d02f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202502060104.p0.g7751159.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "product": { "name": "openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "product_id": "openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202502051534.p0.g56b3427.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "product": { "name": "openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "product_id": "openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202502051804.p0.g8e170b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202502031604.p0.g58f7b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202502051804.p0.gd60fad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "product": { "name": "openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "product_id": "openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202502030033.p0.gb6712f3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202502040904.p0.g0c85261.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "product": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202502031803.p0.g9b76377.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "product": { "name": "openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "product_id": "openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "product": { "name": "openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "product_id": "openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202502052104.p0.g6f7e5c9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "product": { "name": "openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "product_id": "openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "product": { "name": "openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "product_id": "openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202502051534.p0.g73c6041.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202502051534.p0.g9145aec.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202502051534.p0.gfaffde9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202502051233.p0.g05e480d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202502051534.p0.g4cc334a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202502051233.p0.gc9a6362.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "product": { "name": "openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "product_id": "openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202502051233.p0.g377d02f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "product_id": "openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202502060104.p0.g7751159.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "product": { "name": "openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "product_id": "openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202502051534.p0.g56b3427.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "product": { "name": "openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "product_id": "openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202502051804.p0.g8e170b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202502031604.p0.g58f7b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202502051804.p0.gd60fad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "product": { "name": "openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "product_id": "openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202502051534.p0.g1b0bf08.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "product": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "product_id": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202502051822-0" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "product": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "product_id": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202502051822-0" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64", "product": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64", "product_id": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202502051822-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64" }, "product_reference": "openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64" }, "product_reference": "openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x" }, "product_reference": "openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le" }, "product_reference": "openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le" }, "product_reference": "openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64" }, "product_reference": "openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x" }, "product_reference": "openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64" }, "product_reference": "openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64" }, "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64" }, "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64" }, "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x" }, "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x" }, "product_reference": "openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64" }, "product_reference": "openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64" }, "product_reference": "openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le" }, "product_reference": "openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x" }, "product_reference": "openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le" }, "product_reference": "openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64" }, "product_reference": "openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x" }, "product_reference": "openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64" }, "product_reference": "openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le" }, "product_reference": "openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64" }, "product_reference": "openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x" }, "product_reference": "openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le" }, "product_reference": "openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64" }, "product_reference": "openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64" }, "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x" }, "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64" }, "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64" }, "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64" }, "product_reference": "openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64" }, "product_reference": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le" }, "product_reference": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x" }, "product_reference": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" }, "product_reference": "rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64", "relates_to_product_reference": "9Base-RHOSE-4.17" } ] }, "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-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_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-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_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": "2025-02-11T11:31:16+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:e0907823bc8989b02bb1bd55d5f08262dd0e4846173e792c14e7684fbd476c0d\n\n (For s390x architecture)\n The image digest is sha256:0ceb174ca670cfa3202ce15e1a884478bd4474c6bf2cf74fac0a44681bfbb8f3\n\n (For ppc64le architecture)\n The image digest is sha256:460da6202791b5d3ec0ddd71a577723ffc68e35cf728ebbef832ef0a3c42e7be\n\n (For aarch64 architecture)\n The image digest is sha256:4b48c890a1229bdb587fb4865fbebbb9f466e7e4a9bae0fbc7ec85352c5d6041\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1120" }, { "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-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_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": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-8508", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "discovery_date": "2024-10-03T17:00:52.141676+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316321" } ], "notes": [ { "category": "description", "text": "A flaw was found in Unbound which can lead to degraded performance and an eventual denial of service when handling replies with very large RRsets that require name compression to be applied. Versions prior to 1.21.1 do not have a hard limit on the number of name compression calculations that Unbound can perform per packet, meaning that if a specially crafted query is passed for the contents of a malicious zone with very large RRsets, Unbound may spend a considerable amount of time applying name compression to downstream replies, locking the CPU until the whole packet has been processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "unbound: Unbounded name compression could lead to Denial of Service", "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-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8508" }, { "category": "external", "summary": "RHBZ#2316321", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316321" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8508", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8508" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8508", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8508" }, { "category": "external", "summary": "https://www.nlnetlabs.nl/downloads/unbound/CVE-2024-8508.txt", "url": "https://www.nlnetlabs.nl/downloads/unbound/CVE-2024-8508.txt" } ], "release_date": "2024-10-03T16:27:54.540000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T11:31:16+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:e0907823bc8989b02bb1bd55d5f08262dd0e4846173e792c14e7684fbd476c0d\n\n (For s390x architecture)\n The image digest is sha256:0ceb174ca670cfa3202ce15e1a884478bd4474c6bf2cf74fac0a44681bfbb8f3\n\n (For ppc64le architecture)\n The image digest is sha256:460da6202791b5d3ec0ddd71a577723ffc68e35cf728ebbef832ef0a3c42e7be\n\n (For aarch64 architecture)\n The image digest is sha256:4b48c890a1229bdb587fb4865fbebbb9f466e7e4a9bae0fbc7ec85352c5d6041\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1120" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "unbound: Unbounded name compression could lead to Denial of Service" }, { "acknowledgments": [ { "names": [ "Pedro Gallegos", "Simon Scannell", "Jasiel Spelman" ], "organization": "Google" } ], "cve": "CVE-2024-12085", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2024-12-05T12:06:36.594000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330539" } ], "notes": [ { "category": "description", "text": "A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsync: Info Leak via Uninitialized Stack Contents", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as having Important impact as it helps bypass Address Space Layout Randomization (ASLR). ASLR is a memory protection system which makes the exploitation of memory corruption vulnerabilities more difficult.", "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-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12085" }, { "category": "external", "summary": "RHBZ#2330539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085" }, { "category": "external", "summary": "https://kb.cert.org/vuls/id/952657", "url": "https://kb.cert.org/vuls/id/952657" } ], "release_date": "2025-01-14T15:06:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T11:31:16+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:e0907823bc8989b02bb1bd55d5f08262dd0e4846173e792c14e7684fbd476c0d\n\n (For s390x architecture)\n The image digest is sha256:0ceb174ca670cfa3202ce15e1a884478bd4474c6bf2cf74fac0a44681bfbb8f3\n\n (For ppc64le architecture)\n The image digest is sha256:460da6202791b5d3ec0ddd71a577723ffc68e35cf728ebbef832ef0a3c42e7be\n\n (For aarch64 architecture)\n The image digest is sha256:4b48c890a1229bdb587fb4865fbebbb9f466e7e4a9bae0fbc7ec85352c5d6041\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1120" }, { "category": "workaround", "details": "Seeing as this vulnerability relies on information leakage coming from the presence of data in the uninitialized memory of the `sum2` buffer, a potential mitigation involves compiling rsync with the `-ftrivial-auto-var-init=zero` option set. This mitigates the issue because it initializes the `sum2` variable\u0027s memory with zeroes to prevent uninitialized memory disclosure.", "product_ids": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rsync: Info Leak via Uninitialized Stack Contents" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T11:31:16+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:e0907823bc8989b02bb1bd55d5f08262dd0e4846173e792c14e7684fbd476c0d\n\n (For s390x architecture)\n The image digest is sha256:0ceb174ca670cfa3202ce15e1a884478bd4474c6bf2cf74fac0a44681bfbb8f3\n\n (For ppc64le architecture)\n The image digest is sha256:460da6202791b5d3ec0ddd71a577723ffc68e35cf728ebbef832ef0a3c42e7be\n\n (For aarch64 architecture)\n The image digest is sha256:4b48c890a1229bdb587fb4865fbebbb9f466e7e4a9bae0fbc7ec85352c5d6041\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1120" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1c5f6352386f918c5c1ff2cbff522290448a996c6960f815095a6b0fb8f626ff_arm64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:36749d17c557f39f84c9b6120246cd55f4c2177948778fb941b6ffbc599f4c4a_amd64", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:38b401bc3a125738b5382e90b4132c2ac1b028fcf8e2db7bc64a7741de126e67_s390x", "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:955140a0fa118143982ee43ff2eee71cc413a4bf74a7c2892f1c524e63048058_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:1198b8be4dc5d2a85553e355b0a8e33ed96d4dd876e19c92ff9bd38dc67e533e_ppc64le", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cfc034b7877d47a38210805a2928fa6f01489ef2853b56b1063bff0e01f24b80_arm64", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ef6404c8030261d84dadcf4c87c6ad08f0cdbece1c231bb1b6bf9c3ab1b7c11b_s390x", "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f37134d1e4c21cf0d2f840597c584995985470a905e67a89d86b96b6da44f7e0_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:48d31e4025ebdd3bfe46b3f380cb5bc7512f1b9c7c73b423d39d3ed7c4bf53ac_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:88f8232223ad481f33fa348ba8ecd0aa4289ae356f710776f15659e77f5a175f_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:96da2f8d90ba5746a5bd6d9e65b1896687b8db65ef98b3b9443a875dcf835e56_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:e3222425d80b3efbd311f9ecc25ae9e81d595204cfb59eb1e958bae07321241b_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7538110dbacaeac214b1c598105cad5c11c2e475b4114d47b980644948a0b007_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c1aee4577d0927cf0d40bf8123655f40e34469500a008c3c4891af245dea0b45_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cca7fdeb09d98b1bc7993e470b1cb02ff43f55dc13e679e99389b23ab6bcb631_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0cfd8387315881f1f0ef161660b2756122c805e8813ed058f984692aa5f262f_amd64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8d6315ee5236c2e21906b860141da34e3e9ffe54b656ad3df5e294484d89acef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a08d2bb8e1bc6d1dc4436ac87de599d3ca2838334af3b6453990b05f31df5066_s390x", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:a2496de2a2f463583ce9ebc90a5c00ae1a39f0741e9d2056f0ec15f3016c0d3a_arm64", "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b3c1c8ed42106446e275b5701fe7f07cc4f1d5bb1c670ca76a844960a95dd249_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:35913f996bc8229b73ee2a053ff05ee9e98c41f4b39f5b222dcdaf580d5fe6be_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:3c1f58d871ebd3e43538aaa5cb1df340493c54cad8e313ce1b6a7b7af628cd00_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:8a524f99319abd11bd361d4f62be855df05a49a27e35b5e61395b240f440794a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d351b8e1d4a8dbf3bcc428b4e240bf981b139f414f30fd2ef618ebb25d10c77b_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:51538d1d76758546ad5b13c628cac5cdccf4a27f533d607718b1d3ab458595fd_s390x", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:7ca42b848ebd364e136e43816f5f76cb35fcc311c81d4f53f3a700808a8d78b4_amd64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:ca2829f38ede688ed4b270130beab99286aeee4f8e7ff30c3310e7ca780d63b4_arm64", "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:fc5bec074e5f25b92884a0bf84b919845ba9730a663f43d33a074246192e52f7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:464ae1932ac899efcb5672067ef56d9ce30e4d8450eeda64c5dda4743609cfed_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:659e072198fa0956b092d2aca134ca3055ecc243161985384339a0b53ae89030_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:716225e07096fd607b81f38e678df04c4960ea15f25dcc3600f8ee8b9d4c04e9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:b447314ff562c7a6b218851d6c0df2337b0d9fc90ae6b86141d0a947f985e3d5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:2da622a707aa3049815e8135747384ecd0e0fcd2ccfa4d2d601780c24038c8eb_s390x", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:6f7ae7787f682e5aa6469d73b32220862a0a4efbff67a88c2a2df4b7ee81ceb7_arm64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:9f2b11057436fa991a6b3b4063ffb673aa22e5db8ab25c3916930161d05c3f3d_amd64", "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:afad1af289b1e5feb7e1943bbea5e184111b4500f2290af151912a48cd14feb5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a7083d441f8ce4da49541d11319493abb111c3c45fc0f2be8e3c758dcaed395_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79fc3e57ff238130a8c7c9ec78d3510f77daabf0f7ec942d82d578ce1bd81f1a_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:81659685162aed319549aa6815a36a8282248c8a33b07dbde027028819a8b4aa_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:991b62749de760a785e1ea77b3863bb60444ba799f093119ea28370c42a2dce0_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:635b46b3f65466d484c742f0541a5d86fe7542d4067976ff6e52c957c07de252_s390x", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:83691cb470491a734023f7d4ba779be5f5e532f76d11a63ca4b627629cd8ad34_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:c938f308c93d56bace611d043e63aab1ce965b3fe43ba325f29e6d35c6d6b771_arm64", "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f989850dede9f3b12297a9d23a10c494c5cc3536cf09a4318f3640ffa3186f65_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0ea04258ea5bcf23de5cb65fca848625074b9e27c37b75ea8a6dec59c6049907_amd64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:4941cd9c7e59980901eac7aaf358a262570838f20d2c00016d3c064fea6dfc07_s390x", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:5dfb277eed52c87fb361fd77075f4d1a2650e97edffef4d262a72d763bd8359f_arm64", "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:8a411ad4f50076e6e4536183cf3d718630d3fa9c0afb2674a67e6c9d499493b1_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5b138c670b58c7093706832fa9730b3e4c9019f3eb3b0fa0c77713e698f0b3fc_amd64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:5fec01367dc85a0fd018f60c12c457501dcbe155a6e06113623ab70579350017_s390x", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:96af2bf4ae4c5c15716d0544fe010221374620779d756429c2b9b810f75ee293_arm64", "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:d42a6d6c688a59de345875a9fe5db13f2ea651caeef97aa3ad897e90b12d671e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:c4b47a22c5860792c312727abee4eea3ef0f175f4e3822ab660ca99fa955b55f_amd64", "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ddcbb0f9bdd899395711d3e4632b982553160e84f6d0ca4ad3a611d6270898a2_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:235c6771a46221b59e1473f83d85838141e8b844acf109b3ea65e749e1264fb3_arm64", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:301d3871a1871b1b86ad18fb0149f22b6bb2f57f58bfd00ffafcdda68b68549e_s390x", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:91dfc5e2b6494e663c0e58ba94ddd5c166472f7257380e41948bb903bce1dddd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:ec4767f65cbd7acddcb107607245d7f701e769fd35ece8f141bdac67105bdcc6_amd64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:58c64aabc6301d12941dfa306d23b5cd5ee0f4467bec39459b21845dc3485cca_s390x", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:68d4bc2ce782a3f2e63d39fdee05bc1f872f88aece5da3269dc594bc83e4262d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:9d25c50204bbda2ed1f742c133702aa94f19fb2eb02ad36a9e2a02b4d94bceba_arm64", "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ae0bf4c06c04d05928e280cf43d7ee6dc5e8eae37f62ff8dd64bbca9e5768861_amd64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:09c26321666dec10ebb70531b79d6865cebe826fbff90094a9f5e9902a142408_arm64", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:4e314d82741b9fc19738743a792e56b2db24cc412631c43800d63da69dbea7c9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:6d98e482b2153a72454dbf002a74d8230d642b6ea5c1f97f12f3bc97b44f3c6c_s390x", "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d02bcf670c93a90d2aa7d93eee6731eddcd61956b9c913c39f3716cda3ae7f94_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:4fa46694017cb200c3c36b6d5d92593641253cdeac2602fa4cad7eda47b684f9_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:d31f8b72242e979cc87cdf3b7108bbb5842b4a00132a0f51ab78b7e76af67ae5_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:e634f829a368952586fb1fb513804ac6f977694c28372f2239830b46a98ccf4c_arm64", "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:f13b6131f49523f6fad62215c5f555c98cf6ffc02e6826ec9fd33c3e0063318c_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:328cd8a47d129c3030b915809f918a06b5b4c3383f334f392fa0a732a41aac00_arm64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:68ff9c3f634077a6d0cae230c8d24e9e5cb92d5c32a3e984bc130a6e4cbfd41d_s390x", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:c9374436c1e3d721efaae8f5128260dfa255cf3792fbe8c44624469c597c12f6_amd64", "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:df9cd5d8212fbed07014844f0a70101f22d1c864d16de200f6b3e44b0530f849_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06663c582eb7fbdacceab1e106e1fa7ce0e3ee370d0a78e0f1fea318acd72e15_amd64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:28acdd57eee35b4565a48362f21ef42f75acad890b8f7c3eb95ed3c9d754f734_arm64", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:8760f30cdfcf3c72f76d4e5055ebaeee0d43b4e959f03e57f019ca9067d5e2d6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:acb36ea58a848d068de8565b769bd21f9f7bc45c8b58de107bcd72c7d6b4b33f_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7f348f81e268fcd39043a949f3c2811b802c16f597fd73f6ebabac807cb42f22_s390x", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:96680a7645627bd13ae1481daa652b330a59254d438823396cee5fa4fde3be36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:d06353f16c2ae24c672915392fcadba5526960a5dd9083a2602cc365820822d2_amd64", "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e1030a4d5f9a319751d987312004c736c02229d99efaffb3e2f2b538eba41e79_arm64", "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5578d9c957daa902a1af16c4615d9ee829e83cfe3cc73c444929abd1b43aa1_amd64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_aarch64", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_ppc64le", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_s390x", "9Base-RHOSE-4.17:rhcos@sha256:6e5965b847f930b4d49b8a84bb437446f7b0636fca7d8cd8e748d1203d3461fc_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2024_3347
Vulnerability from csaf_redhat
Published
2024-05-23 16:30
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:07+00:00", "generator": { "date": "2025-03-18T02:19:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19:07+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (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_3466
Vulnerability from csaf_redhat
Published
2024-05-29 13:31
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:32+00:00", "generator": { "date": "2025-03-18T02:19:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19: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": "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_4456
Vulnerability from csaf_redhat
Published
2024-07-10 13:26
Modified
2025-03-18 02:20
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red Hat Product Security has rated this update as having a security impact of 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)
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.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of 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\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:4456", "url": "https://access.redhat.com/errata/RHSA-2024:4456" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4456.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2025-03-18T02:20:54+00:00", "generator": { "date": "2025-03-18T02:20:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:4456", "initial_release_date": "2024-07-10T13:26:06+00:00", "revision_history": [ { "date": "2024-07-10T13:26:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-10T13:26:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:20: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.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.4::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-39.el8_4.5.i686", "product": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686", "product_id": "platform-python-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "product": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "product_id": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "product": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "product_id": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-idle-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-test-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-39.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-39.el8_4.5.i686", "product": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686", "product_id": "python3-libs-0:3.6.8-39.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-39.el8_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "product_id": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "product_id": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "product_id": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-39.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "product": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "product_id": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-39.el8_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-39.el8_4.5.src", "product": { "name": "python3-0:3.6.8-39.el8_4.5.src", "product_id": "python3-0:3.6.8-39.el8_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-39.el8_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "platform-python-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "platform-python-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-39.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-39.el8_4.5.ppc64le", "product": { "name": "python3-test-0:3.6.8-39.el8_4.5.ppc64le", "product_id": "python3-test-0:3.6.8-39.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-39.el8_4.5?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-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-39.el8_4.5.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src" }, "product_reference": "python3-0:3.6.8-39.el8_4.5.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-idle-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-libs-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-test-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "relates_to_product_reference": "BaseOS-8.4.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.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.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-10T13:26:06+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4456" }, { "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.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.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.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "AppStream-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "AppStream-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.ppc64le", "BaseOS-8.4.0.Z.E4S:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-debug-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:platform-python-devel-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-0:3.6.8-39.el8_4.5.src", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debuginfo-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-debugsource-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-idle-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-libs-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-test-0:3.6.8-39.el8_4.5.x86_64", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.i686", "BaseOS-8.4.0.Z.TUS:python3-tkinter-0:3.6.8-39.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2025_0364
Vulnerability from csaf_redhat
Published
2025-01-22 03:22
Modified
2025-03-25 11:09
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.14.45 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.14.45 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.14.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.14.45. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHBA-2025:0367
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* golang.org/x/net/html: Non-linear parsing of case-insensitive content in
golang.org/x/net/html (CVE-2024-45338)
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.
All OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html
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": "Red Hat OpenShift Container Platform release 4.14.45 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.14.45. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:0367\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0364", "url": "https://access.redhat.com/errata/RHSA-2025:0364" }, { "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": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-42754", "url": "https://issues.redhat.com/browse/OCPBUGS-42754" }, { "category": "external", "summary": "OCPBUGS-43670", "url": "https://issues.redhat.com/browse/OCPBUGS-43670" }, { "category": "external", "summary": "OCPBUGS-45323", "url": "https://issues.redhat.com/browse/OCPBUGS-45323" }, { "category": "external", "summary": "OCPBUGS-47757", "url": "https://issues.redhat.com/browse/OCPBUGS-47757" }, { "category": "external", "summary": "OCPBUGS-48058", "url": "https://issues.redhat.com/browse/OCPBUGS-48058" }, { "category": "external", "summary": "OCPBUGS-48160", "url": "https://issues.redhat.com/browse/OCPBUGS-48160" }, { "category": "external", "summary": "OCPBUGS-48208", "url": "https://issues.redhat.com/browse/OCPBUGS-48208" }, { "category": "external", "summary": "OCPBUGS-48211", "url": "https://issues.redhat.com/browse/OCPBUGS-48211" }, { "category": "external", "summary": "OCPBUGS-48245", "url": "https://issues.redhat.com/browse/OCPBUGS-48245" }, { "category": "external", "summary": "OCPBUGS-48339", "url": "https://issues.redhat.com/browse/OCPBUGS-48339" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0364.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.45 bug fix and security update", "tracking": { "current_release_date": "2025-03-25T11:09:14+00:00", "generator": { "date": "2025-03-25T11:09:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2025:0364", "initial_release_date": "2025-01-22T03:22:29+00:00", "revision_history": [ { "date": "2025-01-22T03:22:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T03:22:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-25T11:09:14+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202501021509.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202501150635.p0.gfb20cda.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.ga85f313.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202501151136.p0.ge095038.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202501150635.p0.g9a03912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202501150635.p0.g41b2932.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202501150635.p0.g716a0c3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "product": { "name": "openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "product_id": "openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202501150635.p0.gfdd6037.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product_id": "openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd93a218.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1dd453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202501142036.p0.gcafed17.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202501021509.p0.ga4a2f27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202501021509.p0.ge372516.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202501021509.p0.g5ee0a9d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "product_id": "openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202501101205.p0.g3aff0d1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202501150635.p0.gda6823b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202501142036.p0.g7b56c30.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202501150635.p0.gb8b8259.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202501150635.p0.gdb0c549.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202501091507.p0.g8926a29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202501091507.p0.g8926a29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202501150635.p0.g3ca78f1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.g4fa7043.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "product_id": "openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202501150635.p0.g8e48cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202501151136.p0.g35f4739.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0733c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "product_id": "openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202501021509.p0.g2845ad9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "product": { "name": "openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "product_id": "openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "product": { "name": "openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "product_id": "openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202501150635.p0.ga6e2c0c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "product_id": "openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202501150635.p0.ge5d3f29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "product": { "name": "openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "product_id": "openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202501151136.p0.gc3a2430.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202501150635.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "product": { "name": "openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "product_id": "openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202501150635.p0.g03a907c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "product_id": "openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202501150635.p0.gf03c240.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "product": { "name": "openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "product_id": "openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202501151136.p0.g2c640ec.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202501150635.p0.gdff4b0f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product_id": "openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product": { "name": "redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product_id": "redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8?arch=amd64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.14" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202501150635.p0.gcb552db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202501151136.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g8ba0b37.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g3dc363d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "product": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g8853e6e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "product": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g27f105d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf56c606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g9a7820e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g7afde04.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g4622dee.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g609879c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g2c864ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gd9800e1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gd9800e1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g8c2203f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g6d3558a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9189357.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.ga737d1c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g4469d80.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "product": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.gbcb88d9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202501150635.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g68e8824.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202501150635.p0.g0ba9e55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202501150635.p0.g17f8369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g1bd0464.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202501150635.p0.gae83c55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202501150635.p0.g9203d4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202501150635.p0.g32854ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gaffcfb5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202501150635.p0.g93fba13.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0b9c0d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202501150635.p0.g2378670.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g783d9dd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd4a1162.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202501150635.p0.g0ea96c9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202501150635.p0.ga552128.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202501150635.p0.ge302d85.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g1fe5769.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gb287d08.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.g4e05963.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202501150635.p0.g33f630d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9cd9922.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202501150635.p0.g38a758d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g0dbbb61.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g700dc11.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.gaccd877.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g2fa33aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g08fb27e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g219f6f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202501021509.p0.g61a3465.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202501150635.p0.g6c652a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "product_id": "openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202501150635.p0.g1a7a6e2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202501150635.p0.gaf498ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gc273cd5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product_id": "openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g96f2f54.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g09e96a9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.gd99fb31.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g8a626fe.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g95d55a0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202501150635.p0.g7a27186.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g027ce1a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gf39488c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.ga63c6aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gea2bc15.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g620220e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g2a6627b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gf2189af.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202501151835.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "product": { "name": "openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "product_id": "openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202501151136.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g8558e14.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g7d96f56.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g48fafc4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202501150635.p0.g34dfccb.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202501150635.p0.g6541ad8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202501150635.p0.ge292817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202501150635.p0.gd526284.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202501150635.p0.ga676e6b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202501150635.p0.g51f8e4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202501150635.p0.g4f8b6f2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202501151136.p0.gd3a4a6c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202501150635.p0.g68db19a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf670647.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g5965fed.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g7a6bc35.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "product_id": "openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202501150635.p0.gef9a23c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g29f61f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202501150635.p0.gd8a8c94.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "product": { "name": "openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "product_id": "openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.ge79d817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "product_id": "openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "product": { "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g8930f29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "product": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g8acc076.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1cd9d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202501150635.p0.ga333cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.gfb6fb27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202501150635.p0.gc9409c6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.g433fd32.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.ga25aab6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g1713e97.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202501151136.p0.g5d70863.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g988f710.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g7436369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g19cf1d3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g55b16c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202501150635.p0.g801a912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g1a5e72f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202501150635.p0.g3c3f82f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202501150635.p0.ga267125.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g0181d4f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g0181d4f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g5d5105f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g5d5105f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "product": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gefaed5c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "product": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.gb5346ad.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "product": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.14.0-202501150635.p0.ga9c0842.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202501151136.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202501021509.p0.gaf40ed0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "product_id": "openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202501151136.p0.g1f72681.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.14.0-202501150635.p0.g0181d4f.assembly.stream.el8" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202501021509.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202501150635.p0.gfb20cda.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.ga85f313.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202501151136.p0.ge095038.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "product_id": "openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202501150635.p0.g9a03912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "product_id": "openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202501150635.p0.g41b2932.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "product": { "name": "openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "product_id": "openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202501150635.p0.g716a0c3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "product": { "name": "openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "product_id": "openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202501150635.p0.gfdd6037.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product_id": "openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd93a218.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1dd453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "product_id": "openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202501142036.p0.gcafed17.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "product": { "name": "openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "product_id": "openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202501021509.p0.ga4a2f27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202501021509.p0.ge372516.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202501021509.p0.g5ee0a9d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "product": { "name": "openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "product_id": "openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202501101205.p0.g3aff0d1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "product": { "name": "openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "product_id": "openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202501150635.p0.gb8b8259.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "product_id": "openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202501150635.p0.gdb0c549.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202501091507.p0.g8926a29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202501091507.p0.g8926a29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "product_id": "openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202501150635.p0.g3ca78f1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.g4fa7043.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202501150635.p0.g8e48cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202501151136.p0.g35f4739.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0733c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202501021509.p0.g2845ad9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "product_id": "openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "product": { "name": "openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "product_id": "openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202501150635.p0.ga6e2c0c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "product": { "name": "openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "product_id": "openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202501150635.p0.ge5d3f29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "product_id": "openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202501151136.p0.gc3a2430.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202501150635.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "product": { "name": "openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "product_id": "openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202501150635.p0.g03a907c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "product": { "name": "openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "product_id": "openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202501150635.p0.gf03c240.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "product_id": "openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202501151136.p0.g2c640ec.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202501150635.p0.gdff4b0f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product": { "name": "openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product_id": "openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product": { "name": "redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product_id": "redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f?arch=ppc64le\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.14" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202501150635.p0.gcb552db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202501151136.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf56c606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202501150635.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g68e8824.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202501150635.p0.g0ba9e55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202501150635.p0.g17f8369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g1bd0464.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202501150635.p0.gae83c55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202501150635.p0.g9203d4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202501150635.p0.g32854ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gaffcfb5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "product_id": "openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202501150635.p0.g93fba13.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0b9c0d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "product_id": "openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202501150635.p0.g2378670.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g783d9dd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd4a1162.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "product_id": "openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202501150635.p0.g0ea96c9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202501150635.p0.ga552128.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202501150635.p0.ge302d85.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g1fe5769.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gb287d08.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.g4e05963.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202501150635.p0.g33f630d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9cd9922.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202501150635.p0.g38a758d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g0dbbb61.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g700dc11.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.gaccd877.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g2fa33aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g08fb27e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g219f6f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "product_id": "openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202501021509.p0.g61a3465.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "product_id": "openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202501150635.p0.g6c652a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "product_id": "openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202501150635.p0.g1a7a6e2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202501150635.p0.gaf498ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gc273cd5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product_id": "openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "product_id": "openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g96f2f54.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g09e96a9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.gd99fb31.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g8a626fe.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g95d55a0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "product_id": "openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202501150635.p0.g7a27186.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g027ce1a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gf2189af.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202501151835.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "product_id": "openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202501151136.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g8558e14.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g7d96f56.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g48fafc4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202501150635.p0.g34dfccb.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "product": { "name": "openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "product_id": "openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202501150635.p0.g6541ad8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202501150635.p0.ga676e6b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202501150635.p0.g51f8e4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202501150635.p0.g4f8b6f2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202501151136.p0.gd3a4a6c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "product_id": "openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202501150635.p0.g68db19a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf670647.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g5965fed.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g7a6bc35.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202501150635.p0.gef9a23c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g29f61f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202501150635.p0.gd8a8c94.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "product": { "name": "openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "product_id": "openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.ge79d817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "product_id": "openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1cd9d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202501150635.p0.ga333cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.gfb6fb27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202501150635.p0.gc9409c6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.g433fd32.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.ga25aab6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g1713e97.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202501151136.p0.g5d70863.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g988f710.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g7436369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g19cf1d3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g55b16c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202501150635.p0.g801a912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g1a5e72f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "product": { "name": "openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "product_id": "openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202501150635.p0.g3c3f82f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202501150635.p0.ga267125.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202501151136.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "product_id": "openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "product_id": "openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202501021509.p0.gaf40ed0.assembly.stream.el8" } } }, { "category": "product_version", "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "product": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "product_id": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202501150310-0" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "product": { "name": "openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "product_id": "openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202501151136.p0.g1f72681.assembly.stream.el8" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202501021509.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202501150635.p0.gfb20cda.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.ga85f313.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202501151136.p0.ge095038.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "product_id": "openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202501150635.p0.g9a03912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "product_id": "openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202501150635.p0.g41b2932.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "product_id": "openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202501150635.p0.g716a0c3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "product": { "name": "openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "product_id": "openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202501150635.p0.gfdd6037.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product_id": "openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202501142036.p0.gcafed17.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "product_id": "openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202501021509.p0.ga4a2f27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202501021509.p0.ge372516.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202501021509.p0.g5ee0a9d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "product": { "name": "openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "product_id": "openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202501101205.p0.g3aff0d1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202501142036.p0.g7b56c30.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "product": { "name": "openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "product_id": "openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202501150635.p0.gb8b8259.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "product_id": "openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202501150635.p0.gdb0c549.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "product_id": "openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202501150635.p0.g3ca78f1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.g4fa7043.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "product": { "name": "openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "product_id": "openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202501150635.p0.g8e48cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202501151136.p0.g35f4739.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0733c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "product": { "name": "openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "product_id": "openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202501021509.p0.g2845ad9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "product": { "name": "openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "product_id": "openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "product": { "name": "openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "product_id": "openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202501150635.p0.ga6e2c0c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "product": { "name": "openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "product_id": "openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202501150635.p0.ge5d3f29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "product": { "name": "openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "product_id": "openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "product": { "name": "openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "product_id": "openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202501151136.p0.gc3a2430.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202501150635.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "product": { "name": "openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "product_id": "openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202501150635.p0.g03a907c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "product": { "name": "openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "product_id": "openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202501150635.p0.gf03c240.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "product": { "name": "openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "product_id": "openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202501151136.p0.g2c640ec.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202501150635.p0.gdff4b0f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product": { "name": "openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product_id": "openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product": { "name": "redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product_id": "redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99?arch=arm64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.14" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202501150635.p0.gcb552db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202501151136.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf56c606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g9a7820e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g7afde04.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g4622dee.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g609879c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g2c864ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gd9800e1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gd9800e1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g8c2203f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g6d3558a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9189357.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.ga737d1c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g4469d80.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "product": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.gbcb88d9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202501150635.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g68e8824.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202501150635.p0.g0ba9e55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "product_id": "openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202501150635.p0.g17f8369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g1bd0464.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202501150635.p0.gae83c55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202501150635.p0.g9203d4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202501150635.p0.g32854ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gaffcfb5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202501150635.p0.g93fba13.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0b9c0d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "product_id": "openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202501150635.p0.g2378670.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g783d9dd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd4a1162.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202501150635.p0.g0ea96c9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202501150635.p0.ga552128.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202501150635.p0.ge302d85.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g1fe5769.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gb287d08.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.g4e05963.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202501150635.p0.g33f630d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9cd9922.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202501150635.p0.g38a758d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g0dbbb61.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g700dc11.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.gaccd877.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g2fa33aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g08fb27e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g219f6f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202501021509.p0.g61a3465.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202501150635.p0.g6c652a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "product_id": "openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202501150635.p0.g1a7a6e2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202501150635.p0.gaf498ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gc273cd5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product_id": "openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g96f2f54.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g09e96a9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.gd99fb31.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g8a626fe.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g95d55a0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202501150635.p0.g7a27186.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g2a6627b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gf2189af.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "product_id": "openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202501151835.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "product": { "name": "openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "product_id": "openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202501151136.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g8558e14.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g7d96f56.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g48fafc4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202501150635.p0.g34dfccb.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "product_id": "openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202501150635.p0.g6541ad8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202501150635.p0.ge292817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202501150635.p0.gd526284.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202501150635.p0.ga676e6b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202501150635.p0.g51f8e4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "product_id": "openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202501150635.p0.g4f8b6f2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202501151136.p0.gd3a4a6c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "product_id": "openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202501150635.p0.g68db19a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf670647.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g5965fed.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g7a6bc35.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "product": { "name": "openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "product_id": "openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202501150635.p0.gef9a23c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g29f61f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202501150635.p0.gd8a8c94.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "product": { "name": "openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "product_id": "openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.ge79d817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "product_id": "openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1cd9d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202501150635.p0.ga333cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.gfb6fb27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202501150635.p0.gc9409c6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.g433fd32.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.ga25aab6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g1713e97.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202501151136.p0.g5d70863.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202501150635.p0.g801a912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g1a5e72f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "product_id": "openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202501150635.p0.g3c3f82f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "product_id": "openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202501150635.p0.ga267125.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "product_id": "openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202501151136.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "product_id": "openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "product_id": "openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202501021509.p0.gaf40ed0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "product": { "name": "openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "product_id": "openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202501151136.p0.g1f72681.assembly.stream.el8" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "product_id": "openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202501021509.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202501150635.p0.gfb20cda.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.ga85f313.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202501151136.p0.ge095038.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "product_id": "openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202501150635.p0.g9a03912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202501131336.p0.g5511c8d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "product_id": "openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202501150635.p0.g41b2932.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "product": { "name": "openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "product_id": "openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202501150635.p0.g716a0c3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "product": { "name": "openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "product_id": "openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202501150635.p0.gfdd6037.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product_id": "openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202501150635.p0.g06e8ce0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product_id": "openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202501150635.p0.ga9bcbde.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202501150635.p0.g9dcaa7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product_id": "openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202501150635.p0.ge18ed7f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "product_id": "openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202501142036.p0.gcafed17.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "product": { "name": "openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "product_id": "openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202501021509.p0.ga4a2f27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202501021509.p0.ge372516.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202501021509.p0.g5ee0a9d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "product": { "name": "openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "product_id": "openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202501101205.p0.g3aff0d1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202501150635.p0.gda6823b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "product": { "name": "openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "product_id": "openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202501150635.p0.gb8b8259.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "product_id": "openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202501150635.p0.gdb0c549.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "product": { "name": "openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "product_id": "openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202501150635.p0.g3ca78f1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "product": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.g4fa7043.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "product_id": "openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202501150635.p0.g8e48cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202501151136.p0.g35f4739.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0733c1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "product_id": "openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202501021509.p0.g2845ad9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "product": { "name": "openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "product_id": "openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "product": { "name": "openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "product_id": "openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202501150635.p0.ga6e2c0c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "product": { "name": "openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "product_id": "openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202501150635.p0.ge5d3f29.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "product": { "name": "openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "product_id": "openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202501151136.p0.gc3a2430.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202501150635.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "product": { "name": "openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "product_id": "openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202501150635.p0.g03a907c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "product": { "name": "openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "product_id": "openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202501150635.p0.gf03c240.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "product": { "name": "openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "product_id": "openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202501151136.p0.g2c640ec.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202501150635.p0.gdff4b0f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product": { "name": "openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product_id": "openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202501150635.p0.g3563054.assembly.stream.el8" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product": { "name": "redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product_id": "redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d?arch=s390x\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.14" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202501150635.p0.gcb552db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202501151136.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g53ccc48.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf56c606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202501150635.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g68e8824.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202501150635.p0.g0ba9e55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202501150635.p0.g17f8369.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g1bd0464.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202501150635.p0.gae83c55.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202501150635.p0.g9203d4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202501150635.p0.g32854ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gaffcfb5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "product_id": "openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202501150635.p0.g93fba13.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g60cc3e6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.ga0b9c0d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "product_id": "openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202501150635.p0.g2378670.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g783d9dd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gd4a1162.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "product_id": "openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202501150635.p0.g0ea96c9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202501150635.p0.ga552128.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202501150635.p0.ge302d85.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g1fe5769.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gb287d08.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.g4e05963.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202501150635.p0.g33f630d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g9cd9922.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "product_id": "openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202501150635.p0.g38a758d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "product": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g0dbbb61.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202501150635.p0.g700dc11.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202501150635.p0.gaccd877.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g2fa33aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g08fb27e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.g219f6f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "product_id": "openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202501021509.p0.g61a3465.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "product_id": "openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202501150635.p0.g6c652a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "product_id": "openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202501150635.p0.g1a7a6e2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202501150635.p0.gaf498ba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.gc273cd5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product_id": "openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202501150635.p0.g59a701a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga683453.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "product_id": "openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g96f2f54.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "product_id": "openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202501150635.p0.g7a27186.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.g027ce1a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.gf39488c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202501150635.p0.ga63c6aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gea2bc15.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202501150635.p0.g620220e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.gf2189af.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202501151835.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "product": { "name": "openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "product_id": "openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202501151136.p0.gae581db.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202501150635.p0.g8558e14.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g7d96f56.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g48fafc4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202501150635.p0.g34dfccb.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "product": { "name": "openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "product_id": "openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202501150635.p0.g6541ad8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202501150635.p0.g51f8e4d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202501150635.p0.g4f8b6f2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "product_id": "openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202501150635.p0.g68db19a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202501150635.p0.gf670647.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g5965fed.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202501021509.p0.g7a6bc35.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "product_id": "openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202501150635.p0.gef9a23c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202501150635.p0.g29f61f6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202501150635.p0.gd8a8c94.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "product": { "name": "openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "product_id": "openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.ge79d817.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "product_id": "openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202501150635.p0.g3f515e7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.ge1cd9d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "product": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202501150635.p0.ga333cb0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "product": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202501150635.p0.gfb6fb27.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202501150635.p0.gc9409c6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202501150635.p0.g433fd32.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.ga25aab6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501150635.p0.g1713e97.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g697083a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202501150635.p0.gf21b470.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202501151136.p0.g5d70863.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202501150635.p0.g801a912.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202501150635.p0.g1a5e72f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "product": { "name": "openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "product_id": "openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202501150635.p0.g3c3f82f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202501150635.p0.ga267125.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202501150635.p0.g44b3ac2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202501151136.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "product": { "name": "openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "product_id": "openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202501150635.p0.ga4b845a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "product_id": "openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202501021509.p0.gaf40ed0.assembly.stream.el8" } } }, { "category": "product_version", "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "product": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "product_id": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202501150310-0" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "product": { "name": "openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "product_id": "openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202501151136.p0.g1f72681.assembly.stream.el8" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "product": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "product_id": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202501150310-0" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64", "product": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64", "product_id": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202501150310-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x" }, "product_reference": "openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le" }, "product_reference": "openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64" }, "product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64" }, "product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64" }, "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64" }, "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64" }, "product_reference": "openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x" }, "product_reference": "openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64" }, "product_reference": "openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64" }, "product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le" }, "product_reference": "openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64" }, "product_reference": "openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x" }, "product_reference": "openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64" }, "product_reference": "openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x" }, "product_reference": "openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64" }, "product_reference": "openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le" }, "product_reference": "openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64" }, "product_reference": "openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x" }, "product_reference": "openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64" }, "product_reference": "openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64" }, "product_reference": "openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64" }, "product_reference": "openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le" }, "product_reference": "openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x" }, "product_reference": "openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x" }, "product_reference": "openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64" }, "product_reference": "openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64" }, "product_reference": "openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x" }, "product_reference": "openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le" }, "product_reference": "openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64" }, "product_reference": "openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64" }, "product_reference": "openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64" }, "product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64" }, "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le" }, "product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le" }, "product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x" }, "product_reference": "openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64" }, "product_reference": "openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le" }, "product_reference": "openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le" }, "product_reference": "openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64" }, "product_reference": "openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x" }, "product_reference": "openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64" }, "product_reference": "openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x" }, "product_reference": "openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64" }, "product_reference": "openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le" }, "product_reference": "openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le" }, "product_reference": "openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64" }, "product_reference": "openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x" }, "product_reference": "openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x" }, "product_reference": "openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64" }, "product_reference": "openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64" }, "product_reference": "openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64" }, "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64" }, "product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64" }, "product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x" }, "product_reference": "redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64" }, "product_reference": "redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64" }, "product_reference": "redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le" }, "product_reference": "redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64" }, "product_reference": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le" }, "product_reference": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x" }, "product_reference": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" }, "product_reference": "rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64", "relates_to_product_reference": "9Base-RHOSE-4.14" } ] }, "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": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_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-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_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": "2025-01-22T03:22:29+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:725dc741c44b151b8b39ee3b2c7bd8364f1082c39c313de6d0579df001069fdb\n\n (For s390x architecture)\n The image digest is sha256:335cf0afdb38321f745da3b15336c7f6ba5c13908022351ec9648f1e16aaf6e5\n\n (For ppc64le architecture)\n The image digest is sha256:5c2c6faeb9155a97935c1ec0e6f74c86f3a04022d1a242f02c62dc1f75fb1778\n\n (For aarch64 architecture)\n The image digest is sha256:3628e6a5b4321b577b347adaf539502e3d04d02ca4f95f4901f67aef60f2df70\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0364" }, { "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": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_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": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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": [ "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T03:22:29+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:725dc741c44b151b8b39ee3b2c7bd8364f1082c39c313de6d0579df001069fdb\n\n (For s390x architecture)\n The image digest is sha256:335cf0afdb38321f745da3b15336c7f6ba5c13908022351ec9648f1e16aaf6e5\n\n (For ppc64le architecture)\n The image digest is sha256:5c2c6faeb9155a97935c1ec0e6f74c86f3a04022d1a242f02c62dc1f75fb1778\n\n (For aarch64 architecture)\n The image digest is sha256:3628e6a5b4321b577b347adaf539502e3d04d02ca4f95f4901f67aef60f2df70\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0364" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:1dd24dcce9f3636b75ba3bb56f40d1fa0e071f1992184b93b734a89312e692ad_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:6145e96114278e18a9e0ff02883235a5b4a629583f41dc15a8e1e6b0b7edfdc9_amd64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:658761f90c73be117b950e5a9e23b05c26c9214987589f79219f13294d7f6900_arm64", "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:93e32ff80f810f6bb59bfc67933d9b8fe3e6c04f13abd46061da03816760ef0b_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:0104fc912ea6b7c1e1d37f3a27fb18dab3902b3ff89d103000237bd77b1e820d_ppc64le", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:59226a6c53de3a971bc6ab0c918ae6bfc5489da94a1cc97d0d3ecba33af13db1_s390x", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:830d50ffa85bccffdc723bc9161f8a447d803fac5358c2f0a5415e1f0623293c_arm64", "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c692f689ab195b8d09532402ebb3cfd1d42bea8a7a1c093e4b9fd70f24962e26_amd64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:5353bbd3883ad508dbc7c7db09d7cbb35ae0dc4aba881cc7608f8ee996037a35_arm64", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:612a887794cbd398159f6b3ae46a3267b0e2750d5fdc08550e98e4e9a82d6ee9_s390x", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:a00603b558575be11b8c49828e44084f481983c1d028a8dff10ab1c64a93e25e_ppc64le", "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4d23443bd0e6c77bbbd1d9e979008b15562d71553b5a49b29b39f3f1000db9a_amd64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4167aab97dd3418022adb2bcef62b681336c3f50baafb4da7de1659b0faba686_s390x", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4f5cce5725828a4a005b6c64e05142df98afb69181b739e326f7fcf5020647a7_ppc64le", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:6d06eebeab225d8775cf09d4b857e71b1ec19ca943c6b4f48e5b3e7de69bf031_arm64", "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:cbe1b2c8210cef90ecb23e2729df0c57372da6fea66fca273cc0904916d6d011_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:5bdf3b86649dd3c75b38e4a091af09a6bb5e400cde57d728decbca004a1ba119_arm64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7894310bd3958c0c719fb787c71e3e9971083cc0eaca99807aa1a563413cb75b_ppc64le", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:d09e186fd142fedd04746d32cacebfa1e8337d03cb141b440f98384d6635b2dd_amd64", "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:dcb05e3ae097be5ea98c24d708fc9e332f4db5bd1e754485c91c8dff466e23db_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:2a1b177b6c0c5c2cdb929a3e743196025c78339fa1a4109252de956ccdc1056d_amd64", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a73fabc7f5d65c63eff5519f4f9ae822cf750f6f170158ece777e0e8748a060c_s390x", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:ab18ba3438adef9a9355bb4f999b22b889e35decbe39bc2e80b3ab84b5c5e9d9_ppc64le", "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:cecd8eab0fc71f9ec0ad1c463af58dd544427c31cef6a1ea1f2ef439da8708f5_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:70e132639755b6b37395eb5fa34e2dcbb3c914d37b3dc5532a9f908e95fc888d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:a26b6d9b75671ed1c1808c540fb65674b9917c0f930602febf63d840a23fde9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:bb6e05b26cdcdb9a5713f44309cbcda59f93967d67899b33a29e47fab74f13d8_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:fb4738a38f7e5446217218ba7e98cfcce0b9acbe5aae458d808884d75bd7208b_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:22637296626d551201dc3fe7f1671f36b1b0a447fbebfce01a527c9f3d238447_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bad5f3c54042449d54575a92db6bf268373b88e74b0d55620f54ea057b1c6a37_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c0c5342be5f7c7431d2fccb4833673b329bd85176ddf4563719e95f16df872b9_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:cc5087dcc7752fdf04806cd8f83015fca1da22c1903d71f077e21dff82c47898_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:17e7d5ff6d93f8bb32dc59497b80eca359443e509b9bea65920b19c977fc9d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2bbed87cdbd06656a5566f6a49e0cb06fc9e1e1ac0bc56001a5c7ceef5321c3a_s390x", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:74533ff00b5be093c4eab8ce0ecf2bfb1c485d314dc92ca9a4ecf4731d96c4c0_amd64", "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:c682df3d1defe11a21eedff5b7be35b9e8e4f933bd3ee8a5cabced073b3ca6ae_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:50e579f8204456937bc01305082d21ed3fba4b23ad02cc26b5571d69ba1de1d7_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3c9ad09304a280aa08fbe5e07861f707fa0189b29d84a876384328ac5a31d346_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ac9a33432f28b96f23aa0ad937d92861aaf01619427fb2164876c207d9ff5fca_amd64", "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:dca872d293dd8bac86e5f7e9f6f2b0720049c39c04f242d611411ff554f0e52a_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:3a606fd1bcd46c5c0d14c5baea3684744cbb64c3443bfd4fcbb99d6b84d2bbc3_s390x", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:97fdcbbb32a4569766661d8e2cf81421506d7adf168448db6c1fbfbbd56c8cb9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ae107ef231ba67bf43eff7d10fcece09f37245848202d28fee97c98e30beb325_amd64", "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b4b2ef243952dad2e4ef14278f3527287c59f1794e6847060b3d03d6c98f5fdf_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:212967773d460a0263fccc5e7332fde1ebcb325e86da19e50dd6b91c0a40ea6d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e6ec48909cf0d12a60604ee38d976990d2c16628d64e347024f221b5e507031e_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:3f290efcb876dd046ffd9986d321d195138cfdafea997b5deaecdacd3fb0793a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:c23f42236c3947bfdcf1507196cede439522647d0cc77cfd9f8b7f830a72d9c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7234ce2bdfd02abd139bd4cfa038965d9ff656ec27574720407eac76006f3daa_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:c06193b3a61d0e3778c46c691e2233bdbab09572bc8c1903e08f408f0e64b9a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:645496b0b759fb2fc96184dd9452f1c573e3009a46e5771766bd855a3079bd71_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:72d9bb46c1b0edb56215443430e658cdfcb9aa6baecb4797cef183b7596f616a_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:244947eba33f5ce5e2e38efdbfebaa165098ca12e8799e9ffb232827b15a4ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d3b24a1090f6c7325ab52462083189a9a04f58599564244defb654d30b552c3c_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:557086bcc256d69039d6c3bed8759d685d8a7a97b1e072a69fffb5c513ca9189_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:f1cb962644c257ae8fc365ed99a74adcf16ca3dc4d994f244d0e98bde07de418_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6625f739bc91ffa7ac1b40402394d8d2fcceb8e5b5c06b12b141f0da1e2f68f4_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:cc19a3048f15a20ffc123a38cbffd82ee987b371b9ecf194745418d6916964d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:548d3273299a78b3c6e4c3b2de195bac6b29dc5a8d2610711bf8e4be540845bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:6011a0db645e3f081517f33aa1a031587251e9f29a88a5d81bd3013ed88588a2_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a63bd72c636abc265e714a63b02aa283177a62ef62f770b227fce6849d0847c3_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:afe0ab91f7041183b6792736e8b7afd55415af3b9ec26d9d61cb8c56b9f87fcd_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:0207a8a8b819b17daf03f48e357361962300bf1f8509225d086b0252750fb903_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:64c8228b889e063508eaf6f0cb78719f057cdc2d22b8781bad56bdb2d00e62fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c09a8c94c622364078c4d16449d9b241c3c6bab520a79cd57ee5d300f8cb2371_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c8ac97446befa4f2696bb19277ed0198eb9bfbc1c3d74e248ded13adcad6bfbc_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:21fba8a30fae356d56a78525313fecb0b8c5104920a985d5a61fa8b11ea4a00b_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:9dccc1b664e41529d36dfc169c9f79e4e78512054f0451ba4b3e622bc5b2a6d0_amd64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:432ea426663de68205ce77a9244bb7257cf7d919ce9a77ee4c08dee38b6846c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cc99d3670e2fcd4bfcad5b09bc9b810067c350a73d64c38fc26e567e635fdba0_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:51a1f948b96e18988359e0334c2e658c7c222d253395e7920194a675af4dc698_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:a212b10389db5ac9192dfbcd4a3c3002bda9363685f80ade0e4b2057e134edc5_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d606b46ee0c542fd18d4b620865f58e595423a052a1f880d987416ccd5d3a9de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f9d8cb74ec3c7c057ee2d45c329cc21b975f6fa168563b93a1986dd637d22b27_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:06405e8f175d843a2d3cf3b0583dacd13e85c0fb9e02e581f5b133fd98cc00f0_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:1cb90d0c29804db89fa2c7ee89f568e0491e727783aaf94828a54b0acd152790_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:6775831f226fff713bd828036be092c99798ede597f97e9653deeb69c05f0c66_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:c4cfb81addf7edef536554bd60861132bfbab1f722984f25b7df0a02f39258b9_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:54ff8d746d7156f26f0f50b77434f6875844ec7aff788497d2d5e32f3556000f_arm64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:681666fcd9c61504f4649729d756663376f7cd175c4aa7983bdd7d1b5a67b351_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:cbd50803f91c48a89cde279ed289515c84c7c4a43dcc732b4462ad74b48a377d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d2ad11cca5b5604f93d97412618511df73902a85d233537e72a9fa8d2b54e9eb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:430d38e065dacf438257f685dbc8608b29032bb3cc4a09694aaa55037824292d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8a1d3c30b066bea50e48e59a9dc33cee85089d1253cc40f0e5f10342c0ee92bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:baf613d7b186c76171122029f8f9b550503349a585a2afbd24cd1916b3dd727d_s390x", "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e8df56d5a8b9ee6474e0f0f5acd73728c5c84c68a77b8a8b6f2a3f5779dfaa48_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:65ca0b840a560626becc82d28274958c6035b55b8a11bc518af81714a256e7d6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:687e21cbd05a4d74ccfda00fb21b0773673592b6ac0f0a51e3070c6ca5bb6363_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:982c068d51cb3f41c6a6d082b28cb2c823e939d2ad308574a25d6fbbd5af518f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e96421437ea16d4aeb4aa88a49b8e6d05d51f8bbc4bb1b50ae4bedda007e43f9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:560a2f8a6f6c2d9399802bd3e75999f1781e0228d2db0404aa3adfdddf08c6ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:5a5527750e07a3bbc64e2b64fd712c12125b1e6f9e310124f6aea36684724d8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:b7538ca657b6f2cc5061737e655b2882fc3b244af65a1ded2e250e0ba19f1fe3_s390x", "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:cbe6b253acb5398a684f503b0ddc0111bc21f422c951d689d31c12cf82bc67a3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a68a103cc7079281806bd501b087e67f4abfdecd1f9a0b34029c776e1b3238e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:69a9b4dfd9ecab37e6b40eaa6b5bf767ee408d1ff90ff662ba591dec2e9367a6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9f89e7264001dba26b838d7edc7631565f760b1ad5f48f55878f3e96067e77a2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:f952d703cadb736430b5dfb1bc0a8fc14f14bf631ec70188a4446e14430ea0bd_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:0b2a822aabd81f63d6fec6c6c1d8bfc23ad710e5962a35a8229cf47a357c2cd5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:5b70428ba18b196259a9d29f8b67ae3f844e6177412ef0cfd1d5834cfa7183a9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:aa285166a1b854933d192df541e1cddbec2f6d6a1a659768caf72d896d066e1a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:f22b14a77d947536d6c3a587ecea15a403cf6ca08d7f0afa11d3d4c684d5dc95_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:7fdc7780a6304dbf135a040442671db823c189a01d3d8ab92474731fac06f6f2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:9928cc6494bd19f5f9cbdad60706dab8c0ab3da512ca346dc9be83c77fe5911d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:c21ff343943130ebf43cdbfa0192beefddd78df0e4f4727c872cca4f78caa3c3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:f7db7a17f5887b1a4b5f27df4f5b52cdeb41e888f6f7dcbfdc085c8cfd2badfb_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:17a3f68121b4218a73454fe9f83175f64646b1a6c5a5ca5a5f82bdc13feb6779_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7cd1810a7d736d52e55de1e19e531af4ac44bcd15a966d0afd4100d312e16268_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c2410101207c9740b020830c0da1607bdf8eea30aa308669f5ae007e9760b4c5_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:eddd6a3c10327c4238df98fc5e6bf57b963e26068d71ca91c7e17c3a4f02f20f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:81768c6ea9088789ce0e305c05e6306667b23eba92cb0db5e815f5757e340cf3_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a02ce0dc98e6088e3e00f22943d7c4fcb9b4b28710f6c01d10f6e45469200b5d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f7899cd402de0398818a9e1dc9fe21d7adda90e81653dd51a673228db9b77169_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:f80bfe019b9691f9189dab85bdefee462dccef554848bbf33d4f694cdb0b3c50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:44faaca9597e696efe63459688dacb1da8c75a75da817bc11ce5b302ad3418b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:62f254842c07afa2b41e3925c696dbc2188e03be40c11f5eca99daad2ddfe411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c8b8052103163f108947ebe4244a1a7c4eeb68330b8fcb3707737fe38b34d627_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e4602f405745fffa4d2fe55c972321f000f5047fd1213f0d6012bbf4299bc108_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4adf8c2450d13404a9b59898a20f994657d8bf033c001737e7ceed4fd0d56721_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:95d0d881e417390dd7e36f9a3b31cb6e4bdc4a337c8fb2d6ff255f613b3b6d75_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:b0e5ce927e7541dd8b6acaa246d93174c784e2a55bb5aafa97b6724a26d7d14c_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:e5876b166537e9647338c02d20addf2a7114b5952093e0aab938d908489ff275_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:5bd5959bf6379c2266d6c5dacdf2c301c5c10edb7e5b101244107cd3b9fb6be1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:678a04e1b161cf153ac10324a435818680c607c82bea60de8501aee5614a96fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:e8e7a6df8b778491ff4af85f676cc7cb058dc62fa71b48bcf03931b5e329038d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:f9e2a5013003977f2f579c997dc430338188297c127d43329c3517ee54f7963c_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3edd506f6c01dbc203a72139854ec467b63648b831b2bb3e97857b1d69545e60_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:8ee4169407f3c31bb09044b94638c341f79c8886beb5c3b104320e3a1cc614cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fc17fbbd7078f0cf70047a80c0edf105cecf11179a2e42465e072aa997954fc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:febc47cfea5eb1b158ff4ac012d016f0d367592d4c43ec2761782ebf5296a1d0_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:0c603bdd15ff1e106c47500ef7834c1f4f09131c3d40aee2cd922f522984fcdc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:2d262ca414bbc7485943d6bb50508a971e2a5a7e2c8dfa780007a9df0cb557f4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:4089fd38a73da7d03854b92b9f1bc70cd0d29bb90ef3daf7956581676171f724_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:71eab9d48566e39541fcedfcaa6b72fe044991ac402d16c3c76fdf1bd2ec07f1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:01f5d4e60fb49da3e1959969d2b6db09c62da00fe4f34281d33f728d44a27423_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2a717206b91f58bd26fa46889bf739a6a032c3fa25ebb174089a88e743a04dc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:41b593a849bb467b908595620bdfaccb95be0b2740e452dea1f855f04d02f13c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e7f61f04bc37d73c8752e820710a0e224b2e01c1fc737fe999404d7a102a7483_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:01fab1f3a80e0ac174c21d528fa0ed5eb2b6f181fdb7db2edf4252117ca1beca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6eca6efdeb55392b4329c8ca36822d5362dd8fca2b4b63452a27e06fb47b0931_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:cd8670d566becf950a21eb5936e6b4ea197a21c63f0e234f0a6fc42eb6a8327d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:e629f33a90443394986de934e39c03a1954347e36ffb0f1db78cdb67cdd1b751_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:2ce0ff226e2d30e05a7e9ab271fb6178b8d58adc2dfdcec9bea1ebb16d4a6654_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:80da85e890230b78227cd50a90ef273c27a45f6ef470ef21bdc4fdc11fd6c166_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:9cb951b658b40d96735d375c258f5f007fdaef36123d059d187983832917ee6e_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:c608b360c6ed9789aa5ccbbaa83d9cf966a90b738ba6bfd7306e531ba1c8d500_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:24d268951c29dcb79ab2a51780bbd6009700cbbc4bc74a9d9309b1e0ee800ea6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:be78636e25b71c3107c8bdfb406a2b842c6a3a973a1576057cadd13ed866f675_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5adf9b4457397f4173f8a15a97c64da8cd26774b89bda10ad6754cf7e60b411_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e9fe191834995a1b3c759af3c32ae3797916c46f9186626204618f945b04fcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:5571520a8e40b2493c2d9cb86ecab0fb6b3f15841d93877e1a6ed8facd536a1b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:bf26f53f1a90f60a37302510a73f0dd6f88d397998ad41485a34701cb625adc7_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:f2b24356f787fa63f8d3da367c2a3f7f1a8d77cd9d2a58da99d482af3f094d50_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:ff8aebc5447a15b61fa5eef2533d249141c2b87938e8121459f9f7e050d45215_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:23baca14de226144ab81342d2d6930dd476f9190286f788382ef02cb485567fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:57d0e06a03de1a393a71b67e596b9db4e85b1b6f30c0d7618fe6625adccaa9a3_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:79b7d770f5c02dbd3d1b0643f6749f39d4b177d125bb8b1120d7474994d07bf5_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:bacdf86027e0ec81b578b9fa35e07c31081c682f46c146907a2721d077f3bfca_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:1f69cac21b7be5b2d4809b39c208f7d896ff13767a4d2d30979fba2a3acd63c9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:213ac97601ba37305b20c18676cd28b5fb6ab98c9dbd8dbe5a99f4e897b1769d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:56fc0fb574d01a721d0967c3a9033917b4b0e9408b1ba71b6ed04797da1bf0f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:71f8cdf2b2105b37fb11bfd0ad68febe23306198159a406f268bfee9cf3af5d2_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:05e90f2c13e4f3c3ca06a89e173ee7aa521f0168dc474c64c671a4e3da051764_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09ed5c3921befd6088ca432b2c6869b7dd08d8942818b39d9f59634f84508c86_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:156e66a6fb0d3cd308be215a5c88433317ce29e705a7d5d2c9c6df2590f1caaf_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:665427e8b4c47613b72b375484c3ff63a62d4406b085225e86f3a4f217aa11a2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1f6bf61ff07fea98741fd17005999260d32fe49b66fad3f8797d71d342e06a58_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:28495f81d48ad2056d13f997231a3cd11b979e09262ff4dc938f395b71daa9d9_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f650df0512f199168eb45ad66a01ac326fd1410874e33ba2405608571557fbd_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f198301122dbd9dc767896a143e94a1b148a28ff1aa27e60f89ccf7dccf56a1b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:41edb8f7da7701c6e4edcceaeb44c6d3c7ddab56017b7a8ffcb9b0bb12eaa45e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:a7992a78aa9427a1d9b91b8355184d0bc4fe276150d76c264627a5ea8cb4fb14_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e6ab5b55e316f9d493da112b009133220cab95db153822f352c92a4a00a4a52b_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:fd7e1cc1300670709b8d1498246a67aa1038637c59a8eca6fbd27a4a7745ce89_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38d0d90fcef2cf8ffde332beddfe3db823cde9bdeccdd6f3e6ad0fd6161a6d3e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:96a69831612a23cfb326a8cbb4097bca6f4d49575a00c68a7493bc49a820aa8a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a2a6ec6d8462e9272dbd3bcc5899db835bfb973ced5eaf19a019c917fd6b36ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:c5866d254f533442d14b03f7415d0c06680e3c7b8282f70e5d7ae165368e3be1_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:13f2439eeea7790ca99810fb11f3040d9f5d5eb6a8a3b74ebe6d6675476a8e6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:7a6860d309367cbcaaaed9caac0fb704241dc8030ad10148e9d1f3ee60f7e06e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9abe66e6405c7f991934918092da036669dd72774595a3466d9c371e0597eca1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b7688413e23aef8cb25e454d79ada5b92ef5baa38831d27e6addb3e4005e8e37_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:17d1178e5f69970fc19903337357407b167af521811af461d26438b846b81d32_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4d31ae600fd0df6d4db8cf3d24cbcb65ea37cbde5a5acf25cf57f18c6278d358_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bc12adb2eab56232516089d39b38d286e3165a4be3eade82c76fd25f5776a1de_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:f60c1b48bfba71cc7f799f27217e6d0f5eae6ff4a6e51ed70d201bb7882815e4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:01901467f4db658a806db20a53eb637ae59a375ce5ee33f649d8d89a7f27a5bd_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:2f02b5d29bcddebf53568da3f59270997f1f68c9a5863685db3c5ff9bad3725f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:3d63a33463783872736b8ef5208092b0e26beb7e2646a37ea9d89b1f63b41630_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:d04f68b8980b4d0a402cca0c807d9b418bc4040f76f1d6acbc53b68b83d17fb2_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:1bf702d5f2c1f12047d2fdb8ca0839b5ec554dc67bec18e02180ecc177af7555_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3104662d5577cba4e4bf266b9aee479d3fe8c9d510cadcd4d05ba84e0ae5d370_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:3d1e1db277cf88d8a4fb83253bc9f73792e2c85dd7e5ea343489900085a8e7ec_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:f11d6d86c897ff73a3207bb535cf50793ca6b10c4b1e3f08cd085a3c2c122b29_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e8397fe115e739eb0179adb7810bdd31c4d13bb59caee2032a8cc4b7a082d50_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:60102db9299ab001ea329fcd9abef80983fd6ba8e6fc36ad15114a1b98262d6a_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:66e019594f5106748193f5612f4d8cdf6079285575ed8ac543133aab1d9c44c6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c9fa19e898f9a82e71ee37e4b8293f2910a1c5ff1a5c1117ff6f0aef844808bb_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:418f82038665b067db61ad8337d5631b28c042faf92a6a2bf94453b20b23346f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a2246f7cb7d90828bd3cf88c3ff5b99502aad7f0a3653df8d31d19e260931db_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f2ad245703a1768757d496417c9f203324323a7009c8faf8cc0057f291060a8d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fb349c68cb0d978cccbf2bc63862f123a3d75e86d27d0cf357181f16a021f060_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:3757846243c452db56fa2eb9709fb44f26033910c9730060148148d0328c7899_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:73b73b64756364fd7e42896116816e1078203091f98349c6f66f4fe06af04067_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b8cf66874dc96787b3aa43fa4866693b3446382e11742762658d16d856ea4ef8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f529a119e8b27fc6db3426af8bba8de9a0ec5ae55fb32a8685a3b9f1be05e8e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:21d823e83624c42aa8294ecfbacc9d94493a403e2284cb9f030ad6cc37f31bda_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:245dbafbe075bf680f78ef8cd06661d87d85de42d720ca0841ca4cd84c76018e_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:4c5ba60e69666230150257851099d2567523e959bc5193366c476ae7636e3769_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:c8ae2f5b6f88cf89807e1dd191a923e407dd8edb08e72cc744a0f35e474d32ca_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:09970166430113bbb70482c8b5cc6e86519b8c4712eabfe48d8502bf20af9556_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:1ce006bc94e22c2c795f29d3f170a4acb93841acaf7fa6609a79a9339cf1b50e_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:981e16221a78b917342864717d895514e01eef1db13c254103188d7b482bf55e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:a7f186f31371a25427690eecc202acfe3009f3d23a1755c5262cd742954a469d_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:3cdae178ad7da49bd7f5b00515fa4350e8b96fe9cd1d39b6ab6c5a42a97e6d52_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8377968c8f7b03fa9e92ef9b5105955a0e5ccf64aa8da4e6c51a5ae492bda15d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:b13c36868a93af69cb141dd013769a99a5c87a416877fa999f95b31c66f77afd_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:e43741da77b319605bc3278dcc6f11a73aa1e89a47e32b1ffc6a75bce5794302_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:133d50f59552519494162a58836cf098d0fb6dac9a3338aae52d284d53db825d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:262891dc7880ab83606b31e103dedfa1c8450f692cbfcb409d62a9cf94fa5210_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba8c7d7db746a1a482e3088469a1ee34cd3d1c3c7c186fcf7d41db80a0f2c805_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:fab700a599d10be4916d2ad9b8db45598f283986bcbe0dc4e708f18b85d8be6b_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:7c9c798220943580d9a2d7dcfec00c5e911b0f453de6fe112396e8c4d30bdbf8_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:863d5cfd5da7de9a1fde3c8013641c75acc5eb8f67d9cc4dec641c10cdcaccd1_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:aa93399a9bd513b91966cb3ea06b424fc9e1a87d026a7b364ed3c84c711c5e57_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:c5a144a0b89ec4c10b4ac3cefd577fe2ed0c304a20d056e09971decd5edee87d_arm64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:547a68d1bc7be9fd939e277394c9ff99652bb0332d1889d84c8ac6747b624c33_amd64", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:955cca608c0065d9c07e18ac8a1b171207ff86679ab46b3eb42490517d831ccc_s390x", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:9f2dddf3f62a97e34cc69ff3603c53c34de05aa5719a1aeb505f92715ef4dd92_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:bcbee04828b8db4c0da3e2a04352ee3e4778b5e145bd91328ada8ee67fbdc3a8_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:33921c34184949bd5296f0752830fc1ec4e587647f92d41ffddaaadfdf834126_amd64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:45b8106ec459b365b32f9d70b63671053b5a5ab5e4ce62c9468d56b037b94c2d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:511c2e3ddff11ac769aa99249fd9e1b7ecfa7372573d4a7d235e82084e0f9e0c_arm64", "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:d97a44145c7436d75e4b3affaa62fcd0b782006dcd21bac4e5bb5a92a41f8655_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1fd8fd5d1f971ff0db98bf9cc337f2dfc755d8a02998d65ac63fe10f15ed2df2_amd64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:717c445cc0fdb52651f0b55e3d8cd05531ce61c3062ffa68c6cb6c2f6eccb071_s390x", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:bcea29efe125a1ca80a312017c6ebcdb0c790ad07f4c0790b026b1a1a0156473_arm64", "8Base-RHOSE-4.14:openshift4/ose-console@sha256:ee678b007116786c5ef2647d5fb89a16c7fda8fdaefbe1a9cc057bd21ef568c6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:4b4ecf47074eab28a8f4163fe922f6d5337a25ac9e3d9963044e94e520e472cd_arm64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:a2d1e18fbb3fcb4a0c6f9de08081e6961280728a92a08b2610dffb0bae89b31a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:adddbf0529dfe7d1e03b59941899843681901f1856d6935360cd81c17408c769_amd64", "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ed37e4b8a5088e000291e2a6d594631ad3be822c88382e18ed71e48775f0ea7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:0dc9794c356509132b4613886acbb850a46c888d259be5e8a499ef24c771a285_amd64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:209db37519b816f2b39308cca5469d87ccbec6e8c5ac426c1934ea865a0e8e5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:3b84188c1bd0457a364271bee649d8a835dfa2c91d3824860daaf40821ad851a_arm64", "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cb8e93ad1444e25f9d702ab838471d527132b3c1b02e2b27b14b7ba4afaa55c1_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:0f83e5e4208841d045ee79fa9d4a46662928f12312ebbccb3e0b192693744b82_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:530d59a2bee7a04bc029c74341f9c64a52d58390c521ada874c29c461480c4ec_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1eb3c75677903cb7c6468eeb5c93bbe7807b5c10354ef2127c4b1154d034f9ef_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c74428967c32be2a71b2be192162a00e31f3a7e9d898fd150a7169caa18de4cc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:2d974aafa6b2a55bbf2434495880d69b6b962e325bd5668dd6b25d2decb1a28e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:3421a8ec293d9b2acdbfffbb27eff46da0b0d88d1d46f91d3555dc096ad12a85_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b51f74a69ea491dccc93c09adc96ae007b738a9a27ff5cc76e951da63ce62a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1c709ebc60bbeb9d4057363c1bdb783c4d243a7c23d064ef224bba46a2b465de_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9fb0f53c3f85275c2eabf0d09227f754bcc4149e33cd9f45bedc92c7a4b18fc9_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ffc10a1d51926b34448dcbebd4c7b51b87112230a0fa2a75cca715377cc2b0e9_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0eb93156b409af2196ce17f65baa6d1f21ce22c4d9717c80ef1a95eb358e9b28_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6e0626f3931bb8113fda2da20de556bf6a9db3dc253c8112ac6fa3f2b1ac42ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:724fce9be5319934355ad17ec8438650589949a6168443d48f1f24537911e13f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fbdfa21b503d615056fda17463635e321bb73fddd8d888799e7311fe1b6765ad_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0f19ff9d0cc88d3c04253a7e3d41e18b02560fb71eed975c36b31432766319ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1ccccb232dcc8eb2d4c65edd8957f43b1cd9c0bc5eec13cf63475ed508e79b8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:985969789f4873fe91e7e62b9d82d92200b9d95973e882e19b32c91f3b0e8c04_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:ed93c9560f0e75d8d2adce58938f6ea80c9d592c0e2faa5567e8c1cf65f77c36_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:1221df76f34586bac795f4f06405eb1a313ab461cba609183f0a68242550647b_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:4580850c420be89433c04193c1eecb7682eb225d6dd6b6004b04a5d379173050_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:bc5599e4b1bcf0702c2fe5ae199b9146e58e3a85036cbe64be55fdc0e2539b9f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e225d431ad7cc25d6acc2a64eaafefc45e975b8defb6b6d260b01ff1fbd07095_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:419892f68c6d2fdcc628b61d252a184136684b8eb3d74825cfaaf8ebe2072479_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:4710d9b822fef4d9f4ff492315bab0468beccc7284e3346ea02cb753b610c33f_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:96ee6ab072997134cea6700024b3f911aab2ccc44e8d5024a9f47818abc5749b_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d826565462e55d24a7eed1c6f76d0c272b723aeb955e2db9650862770d2846a8_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:00e8c4f98cdeeb2c501907cf2ba170f51fd15442d1d07b763fd04d030a973b65_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:0ef2f206fd752b7ec0da1b9ab84a3ba1417d5fb8e3d154a76d783ae8bc20265f_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:7f769e453f5881823bc58ebd16c4a74ce8f6740938c18646f5a1386b0c078d5e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:ba7bc8e4e56c59872bbc1a0d35984c46a5d2a9938441bc4f41070021a93301d7_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:2e30265c901498fed6776fa21f6ed6094a7739fe2c195e1056d670edaca8c092_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:a4259a034fd4e403ca6015544a52f4803c930ccabf3d9e11dc2a9aa75126b656_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:aa993d613a029e4c6fb07a8ef6127a0f40890f9a7ffdeabc4318de5f48d64f0a_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:c1704abf932d63f011c9a26003fc57752ae4cffe00a85de11282d86c64c4864c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7e5a38e366c2f23e3a9947e35165c598269e2a5873e0fcc5c87940fc08d1f4d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b853ee72c1c4e0a8d2800419301f8789e29be687840f76f0becb267b35032d54_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:d4865ee0e7dff6b8c4a3d35de056ddd3a6d9fdb44c838e2803194a125f1aaa79_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:e3d4ac84964a628e2630427943c538a9732d59d33ed270194ee697f268c569cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:4aa6dc346ada8e11e797e01432de999ef60b4496a8b43146b06e3d2eaef30379_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:6b7d395830929421a75ce057933f6e925ae1f7cd4e0a22a4e85c73ccbf261d71_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:ab21b162050bfdce69b0eb1b089553d00728ca92ded2ded52d3d33d00181908c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:c14983cce670f50367210c291b07ed76b090b2dbbefe60878889c99b13b6c66d_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:85463e4d422fe0cf1b65865da7b7941b8fb769e63b311993f6b12417f1ba29fd_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:97de62c29110e078d186c3ed2fb6cf91bd2f0c0d3a120ae198c64b4efbbe9b8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:d4a69f07cea58a5bf30df77a612b211d9aa9dbda5842dbd28f453374c1416f4d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:f7025e45377930b455d4f1ca24b7cb08320da2b6f0941bb4c82508c7ea6d6770_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3adba298738f623a6519d0203f5f6ad9ee62e21420447873b5bf0e73fa2f2fc7_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7e9c80fb47893e61b5add617b582c9676db91ff4b7051c2369376f1a31d6dcba_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:84dc6034036a58d211058e3e53ec84523d98c31dad7093a9da36dbbf61bd9d9e_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cb0ef6a2b9507dbc1d497cf74b80db8b7bc20cf0935b92ff5312da073188498d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:191fba498e4f6055df36440483dbf2ecacb1cabfd2ec3a51f9c83d98c88f6cda_s390x", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:450d6f4b9f80def58f13e6abfcdcadd17871309ee9967cdad4a20fc807374183_arm64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7d52efa64d16792d9f39ca7582781b5702ff31c91f8535f7e2e721d37e204bf2_amd64", "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b490540bf67fa3f9af7343587da4f2eefb36e02247b98bd860807f8491d242f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:3c8dccf7ad4d04b3ce94bc1c5e57f98635c42cb67741fe893c9e92919dc13d24_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:659fd959ac12426218ea4767cb3e0c0bc6b5b54ecba2e32ef88a608b73804cd3_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:902aadb42f884f2dcddfdd389f6a0016385cad472d907c5e0103d7a8001069ad_s390x", "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:90d247b3691a4fe490449c1aeed332335378db37537bf49f34ae5c05ced7f8c9_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:649de36d8b19951e0eacf1934eec7df94343640975ccfdc708e94c2d0d63fc8f_amd64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:86f8e8705367d79b1e078f7ef54166ac3f8f43bbafb79f85b0bdef9e303dd26a_arm64", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:9bcbf1afbd11ca3a439c3eeca49a8f1ebc07fec978252eba5a81729498fe5d7b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:fc94c00f83b2087dd7ae2b9b0e903cb9b5ccab397e4ada6df098b3af727d72cb_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:17ba6ee480cb609295b441f7733b5c34ff1b5b7484f931a9ea4bb38575a68416_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:440471c84f39c8498ee3162c690ee342acdf6f3e7313f7afb2a4c80da2b8c10d_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:c5a47ae53aa0315cdb22059b99bf1298b87e482f998e124ac70d6f39cc5c5c2f_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:207ccb1333db2c11e2e1003ed44137907d2308809edecdbff2abbfdb4707b4a5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:38e202784251bb1b48368b01cb9c1a726f5821529afb2061829583f88b5df939_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:fa6c55bf003190fc83a7c9621bd3b37955d1e69524d265b696a1432298657c48_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:68e2037597ec44581ee094769ac8515ec1767ada1677b5601bcc5291bc6511fb_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:917b82154ea0ad8fa2d508b7fb9d89080debcdf2f28cc14fcb5e49822d0f86fe_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:cebd936f9fa4d2119150d543bc311c1b400ce71a3590235cc05e0c9f4ca46d7c_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:34e19403b0437af984d83ecded38c8ca9a09ad8985a097090e0e34fee7e2f2d0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:7b7d2a9e7dd148fdeef1363d8d3467dc496ad6687514b8aae45b4e64a7260819_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:cb3880c817718caf29c314d5bd3066953359e009505cb1f39d3a998ab32ccac0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:15fa117df13c4efbe6ca440ba0762699c24519024bb2e4fd3f025c49d8b67a0d_amd64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:6c6223496375b2169bdeac4708c31d1306ae1844ba6cbc7e9d5804a0295d8874_arm64", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:86cbd383dda82d6475f8cf3f96594fc47a200e41be786a959dbf8783d4c3a977_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9ebc53958623c25982c3e6a54b3f3184c97bf7494766d6246fd61f59f9606c21_s390x", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:66637f1abb64d5a6c2b44e5b25c9bb4b2a8b9d962c86501a971ccd5ce2bc043e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:6678f77c2db8381873f680424f1c769dbe98624346134e8fad55fe3eb5ff7696_arm64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:69885ff530edb7f5e224769367687485f2e6e93345c6d066736ff60043811f51_amd64", "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c0c461501dc1cfb9962ba0ba42ebe397cf82b0a0c3f6871f5e54ddd40c506155_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:44de649b6d095575ed07bc48d1bfc68e8ab6714c1ee85d78333ddb0c87895e22_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5517c002df789cdd000d4520df394e6d620ae3a657b3f00d8d2750b4e130909d_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3db73a399f312fbcc57bdc1fffaee447614620b6ef4c3e81523cd21dbd6bcb83_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:945b25108c8c85f4ac36be2485a7ccfd1bd5f40ed6d1b70b40041c3f5a4548f0_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:44edbdb40f783999d5fc8c8fab32106625e6a31068011df6151025ce92dd779f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa439033d9043aa2f1e34ab05d9f073169932026cf0784fcd673bc74745f56e0_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:47269ee2904ce4a8fe225216d9618465d71abf126d70f5c1b4022813f411f379_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:85500712051b286f174dcb13ee2915bd52a3fbb4c890b8a69d8c2ac621501bbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b252465666ee387c83793833f489358bdda014584e192b96afde86edc4ff658f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0aea4e0bac685de88b326f8fb6f8da9586a01eb275c3aa0b3a964df2008eb08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e1e0b9019bc65ca4d3b45660cc2b346e8d5144bb1454c35a76d903f4b1f94f89_s390x", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7d9a953bf6949424dd9f319a4c0aef9e1363cf6411bd157798c363aa3c60de58_amd64", "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c35d242a86173756efedcd14f881ac6e21389b109342ee333ad434cccfd2044a_s390x", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:620dfc78b045132f168b6f31893973859a3248a49e7d3900a5567229840dc4a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:814472c09f5860ec3cca8088e3a03d2b7e131286173bade22de7ffad86d8fa56_arm64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:028e7a04397b382c5294d7e933e2db269a199a62ef1272b40493a0f4cf42d96e_amd64", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0f1013efab09c7ead7b3b0539df1619e647854e42b4d5c0216f46db31ca5faf3_s390x", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:7eeb430508a1b7958067212b430555354f16814be3a8a4843c6466528079d566_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c2c3529dbb16bbfca9b8a0ff889276d633c477e9f66a741af97f191a3a32d973_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:187152dfdcbde6403f2330eabfb24ce197f6f906a508da2aa1011408fa0896cf_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:9e218b70e72ac4cd2b07f347342dc2c152b0d2a5139126ec3bfb6407a952e39a_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a6f248167e194c46912fa7bde9c8fab754a710ee085f3539a204aa409162e03b_arm64", "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:f433249ac69119395b5f99e6e8ccd1f0fcffb4fac877b5fdfa4413a78b858781_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:52dbfd244be1e7bdb5a221f149069fc440c7da4f231b824e4cb83ad7d88da129_s390x", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5a727258486ba113a24bcd665076b23ce6bb85647c07d4286d2730d058aa0246_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:5b1cf873bd956366c32ac3a054e0fe5799d89cb4fccd19b95fd9367181184e6d_amd64", "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7742557e80fb5103a0b6020473890e64c848c19534a0c078dafc492b53f5a3b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:4d5c41544349796f770c5e04ad132def8d1f836e6a99fe0a9d9dd4e78f1c343a_amd64", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:7e4015673a0923d290c095320a03750f4adf42a5cfed4ea8c875de5f9762e0f6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:a5c5793dd09db50bd1d0f38b0aa522b41c6c9bec78806431d2be175811e98f41_s390x", "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e77abdb17f6b6efaab82844578864e9b96e2b46d39923148de3a448161b9520a_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:04289af33cc8517b32cdc385aa7d1a452a04a2c212a2e383fb40722802931af4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:36c4d967be8c8c25b0cf388168a254af28789bfa2c73d0fe89faf438cd233d94_s390x", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:aa113075cb17b492a8f8e20e2ced913bc9947f923093c6763ba6ae798cbc1453_arm64", "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:e7b98407078effb8c3dc44c1feb1cbfa6e0ad0d5acaf430c7dd0cb8adb7a06d4_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:37e5be8105d0f2ca153f02346633eb4dc39d3496119d4511411ca969388c4947_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:6a4033c906d229aa4f31dc2cdb69d20821e1d48f18145d1b08302e6ebf5060ad_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:7667a7720d69c07eefb8abe594ba264aeb0ef4f40541711021a856f4b93a9554_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:db5d3bfe64a733fc98395ba53f092470d8a1267d5c9c0ab6abf5ac10ab01d61b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4840b301e261cfb291697d907d98b177ba57a122e5563e42c8d831d3c42e5ef6_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:863efdda55c3da31afbf622c67b7336d61e73ee96ca762676c4b7d98f1e8f98c_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:c9c6c66b59e1775217ae048446b123817db2a8bc6ee729914101916dc29bcd3c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e4fd184a8691e7b8d2d8da561cec09e87f2825b66774fffeb50da6a9e0b515ff_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:0c72dd8cf2d554af47c132df4aeaa9968b0592a4d99c4c2eb7c3390bdb9e645f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:264feb651b1dc148987230949d63bf6ff6ac83339b5d685c831293cc622b9d33_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:5fc9aa60a0068390b628bcac9f6cd793d6365a70ad175316a602a523eda08aed_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:e5ee71fb38b1338238f4f7a5ca674f626ec7aacaf553a0572b7e0ccc7f26d83c_amd64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:0860bcac6dc0bf3e7dc90d8b39732c52bcc9c6b8b82ab3d921375147232545d3_arm64", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:2a2fb16008a095b0debac3940b8c908c6d922d798ac40ef571f2cf39b8b61e30_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3604d4aa21d333a66d2101523b864c0e4a3738aefdd5af8ab1acb9f323ea495f_s390x", "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e03991c396f03b77c69f2cd88a25882185145b897517bc40a38d28e9d353bb58_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:05f7ebce3274144aa309e8b0dfbd5c936c4563ef0f8014872612e550e761de33_arm64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:13f7bdcf75777c1f6fe58890e57d7e4db505b3567720f0140d34c780dbf4c525_amd64", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:9cd4f491dbab10823107ef8b6d5e8d74c4fa199b1e8c9f50fca8909d8513ce11_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:a9de342e05cb80a61712d806ea65e49da5d6450840e5abdc8a751d4ca424dcb4_s390x", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:05db50770301d8d270e7b67ec656afe57ee0c10962ea98a2ba9cc77a91b86b8a_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:d483791cc3ea3b08ce907a544b637412e976f0981ffcc10a6db1e34a71f46247_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a30e32c0e8a2026ff0143f41412c4817ed04ed1ff520be30eef71a144778f5b1_amd64", "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:d1f3ac2b52aa95d3f8f12a2b9f741b7eb53152bf23d79fe5c8c166af6a246848_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:47509a2179e6194d5c10665b9c5ab2e807d8fbfbfc5184961afa6ecda14bc9ec_amd64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:56121b0c0618b86b1ad36c333abec19a82459d12fd8e986fe9211391d853a593_arm64", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:597db616563cd86ead816b4f2d86856edc33a8119f7568954ba1d786d16709b0_s390x", "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a97599d0f6114c87e9a5b19fd38253be1ba0714abfbccd6dc7b158c7ea965ff7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:50062cae0ac9b7550647ffd27c3b26e7695bfbda298cce03730d828ac8404da5_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:963b13701a4d28c3c7379de9d44eae29f6aa9f2391989abc880b63cb46e1a8b3_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:c9384d01f1ae980fb3684ba6166408ab41bb1ec301315c15d8189b552aa19396_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:debaf938c29bbede27b863cd2a54816d0a6feb0be6880ade0bcb683396d7011b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:08e8f6325dfa17ae9bb7537b2f484959047601852eabfa519d43ebeab4e729a4_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:878e4ced631ae642d6686ac889f5596d9a4d4e53f5ebbf728836df0aebf23d45_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:337412e0f85a20ccce17d23bdac57e9006d91be259962b69178259e5ae41fd72_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:90765ccafc7f38cda5a0af889895e6d2c82e8535bcc448ad9857de5075beb324_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8247228f7780f50f8cbd4beafa79b6ce867b18b9d54da00df16d824e16e28f39_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c9202d2aa5232bbebcd403a0b5c8ec0b48365099aceb26101a9ef835dae35e5e_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:da6f2493b0dc4dc9c35a525498552047c80a9156aefcd582f0e060c48a97c4db_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:205774752d4b86acfb69e231c996a33a1aa180d5af9429eb81e2a2247220ad51_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:485671f6bc68709307b87a4d9f5604f17201843346a5659927d86d175d7dcee0_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:5140e1f4eeaf4fdbadf192a80df5fd7d2ddc9465b8b9e77a82179f3b3919390b_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:806540c435645b177f4d4321fb18edfc9b77bfd02876865709e3bca5b5413af7_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:5fe097b478cb4b20ad7d92026a35f54bf458c3eced573151219399edea3e2288_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:8eca99992171323f036e5dc9cacae4e7718c2286db39eecaa4eb928e8f7b36fc_arm64", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:997b1497150a5e9d29af4d99ef1f59466f503563519985fc4de27ed067dd372e_s390x", "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:dc3294d8cf34e8360cd71e64c687e462938f164528496c55592867f74b69bef8_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:33881ff4966676ce88c78c9c270e68b2c9145c29cfc05dcd7ffe8a587a274948_amd64", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:c97ca5d0b3726e914c4fd4f0ba7a32709eb8f8fc571eab2582aa28e5a66586ad_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:ef3b2ba1124927652ff9fd5e7fd4c6f0ee31bb10c79a93e1361adcaff575684a_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:9521f0756a8b742b76fd78e1e247a4981cf2a3b539db7f3a9eb9debf199306b2_amd64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:b57d863096177b44b7235404f962c25d9a6f58e66aa54ea6be011d550e2c38f7_arm64", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f320645c0ef387ddb9332b8e9907458e1f9ca460b561302fb7df6925b10ce614_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:f8309f6391d11bdd7b3eb7b4803e35584d93944171c57d00a2d853f212ad78b9_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:0441ff5b73f1660e78f84ea08edf9681eee6c3dba0ca7fff01df4284f9ec1c57_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:4b911b798f1f090c06c4ebd05fa16fac0950f5dafb4137b2e489d75e5422b738_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:c93f085437057244130c2d784828e21c7608725cb8f533977186d009077907bf_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:ce7b387e200ed248511305247b0d5ee731fa48bd907bf1965ad682b2e2b09f0c_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:6c61c1d3ae4f6896f724fd869a3b321dbf5f890471cca03c9e1f64d32264d9c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:7534152c7460b09ce3d3790d1de2db45fadd940af2d8dd944d2d530f55e4e45d_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:9a86b8b68989546a83f11f79d875674a3d93b9a0685fb3c8c498c085ebfb6db2_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:a0550c8dafe0e86a8a1346a173ed7138b0d9132d770861656b46fef74b6275dd_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2da1c2b412276fffa0f186d0581b0778c64ce6ca987f3237e819d0e1aaade01e_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:70d2472b3a4b3781b0ff25522d4850d1254cdab61a6ba1b271d5864926caec08_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f1643d7d745c10bb005dff7cdbfd322314460c334e9f61c0579311a7fca38717_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:fe3df5e32bc428242c149682f4b850ed31dc37167860ea9162ed7e31ad107850_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:01a34ce9762f98a212372fe1419d0925fb6434bf3955a234600ddd89c047ab15_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2a9ba5ee6355044118af7b69091852caaf3a6d2dd5728fca362702a7cbf6e2a6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:37b2cfcf64b1a4bb42c498d63a16880bdc84c0c843c6c420aa8691d0c3447bba_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8235a31191fd72d34a21d3a5ed25e4d6e31f3adef7a1de4324cd509469734537_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:560163bf74d1347206b9cc05129b1b7d668e25ed9c5b76a8f3bfa41ea61d76b2_s390x", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:72a2928556887a01c26852fb6ace07ec5d1106dc73ed8e225f721370b1a610f8_amd64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:794da1f0253e32800f08f5f8e8c2c7a6a36e67d9367544782a4b345673026722_arm64", "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fcaf168d8a1b8938603027e23013b3e16db13fd7e6ff4c0e98f58e6e52086c_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:aca9674ff5bae6aec76b1066ec8009773e1fd17edd7074b7a502095766b6cf83_s390x", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:cae0ebcb314edcb8115db6c83383413e04c4935951e6cc6e08f22c0da8ae488f_amd64", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:d3a13e54746f129fbfeb77d56008e13c574eb823a58a73bcc813488471386da1_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:eb31e283f632737de4d9bb7177843e140ff20f00a1cd9ccdd29a4f46ca4b9d85_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:00a8625c387d25cc50bdad5042df4096b13d86c26aea3e12d467b25c17dbc5df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:036cd0fa6b651fcf302933516e40fac8d97be62bd6e484a040db45a589808854_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:acba071d944b041347fd2aafd2f5c51005cf63666c0d37d721c7351c2568bdee_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:b2274ea49f788d9cebd8a702a198fd1b03eca444266f028486bc212b396996be_arm64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:2160d3263e00915788968e424486623a28712f6fe78ccbf1129226e7c39a4271_amd64", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:39825bc8df294d64091a3a17c00421d0058cad83c1accc3f62834ca490669e85_s390x", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:8e0f218bbe85049cc4445b2ff7c4120e43ef1c43c37202376cef536f801ab687_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f6786a1115e24ec571dfd169fee27d761de5d5bcf28924d77c42fe2dac0a99ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:05aa6b24b6feeee48bd8ee5b1f20e1a6bb19888a42ebff95df2d56db07f26f31_amd64", "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:ac2d485684d2690c4c668e2a429c7e3d43381493a6c6d9a6fd98fca5829b198c_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0675fe2b4a14c6f5539ac9a233ec7ec823f5f311be495d5d76e18ccc7cd755a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:532c328fd3901ebeba96d243dfb19563d9aeb4dcc5ff9112c33e15b4d3d0165d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8dc809d821b24c1eb94d99aea727e4a34a632e4f8f856774945251204c5957d3_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:c8437d4e7a02d18387c2017163e828efada6af5331de08d8345c8c7b834d2fd5_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:097d3f37c26e1f1f0b7dcbc5bdbf9b18c33119ec0bbaf4ba55763f1d93fd6c3d_s390x", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8abe5267018a57549e9e18a77ccf0cbd0098ecefc374c7746bfd191198e7892f_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:8b299e7ae3f8cb47d2f6ebc10a29182ea121f8778c969e8be46166450d49a00b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:f3b9db08fe70cbc45d9f435e6f23a668a7efd29f6bc49740dabaa33cad44cc7b_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:05d6cc0a49df5de87185982688ab2fe1dfedcf8c26986f42ed5be3288f26c3a6_amd64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3a4ab0729f34e3b072cc01ce6a435ae476679fc1a81792d742030640eaf102e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:8a01ffc097a0f37d4051ea94e209cf46fcaf313e1a9ded9d17603354c4a82550_arm64", "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:a15061d82d4690fae5f263acce0f8ffe1e3e9da50015d91fbc31c6fc5977248e_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:297583a7f6da8a80dbe08a75b537ea049c6acca02d66de39bca338bebece1771_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:bc582be4e3916405782420742093412e15b3d2575da37b301d9b3969b65367ac_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc7c8f045cd36ecaf9258b55bfe056c0cbd703ce5ee921de24a2796cbbf2ea6a_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:e7fc0763976c1ae16ae5b9303b87e727030cd81ef53e7bb169bf10e75f5b4d3b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:25657c48533bd86287d49f7959f7f35d3a1142977ec7d03b0a0b85e9cf8a1567_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:80bb18535395aea8e686980d170a00e5cca5fd9d236097fd13da2478a8168817_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:aae213e1c70c376f8d53cded4c3c82a4668c4c9947794ef6bc74ae3252c5da6b_amd64", "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:dc3f884d4bad4ffaee4589a40d9d12ab14b27a3a2ac674e0c3e5f6e97753cb93_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:0059bd59226c22eb8afdd6195f8843da359d0dd070e0c6fe46bd032f08ff905f_s390x", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:03443479fa69cf98ddfd74dcc7e273637e5f7a497ef485da730109f46c4e9978_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:528385e50b439ecd285e6ed7d8b5fd6a726e2178be9e58ac74141f281bd5ddc0_arm64", "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:c8712e5729f66aa50a4e83f5606ae1f17af83c88e5daaccd746fc64df616a6e4_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:19386eb18637e1b0900e27a84bb392bd30437b71864d8c8358dad172e21f5410_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:808fc43ff94c9541f58f6a31030f9383f646039851898cb5cfd05b9ca582fc68_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8e7bfbf964e723d3540f9f82dcbad19a1c1318c73fe87ad02b4dc60cd6a0b832_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:aad4db6a95147de89b11844ebded834bfaa5d19f003bfcb0f90ef150fdd35048_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:27cbb494e971fade43b1be5ccbc84764dd47691a10c54163f428beb84bd78b5b_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:75fee757d218232539b1162c47648ac43c8ff834655a0b70a490e1e966eb5eff_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:b7145d150f548adf9aa2f0865b3c3ae96c95135a82558040e61e67f3d31b40bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:f0c84307319c5b5074ab56a468df80a292a892a14df40a8453f828d534d0d3ea_s390x", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:47357ac12952f4942ab7eddd85f9c785d64d15b198fd82a8e20075fcf47dfd96_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:5d7837d8ded4a946cd6cfc33af9bd2072c6548552472a9038c1a9298000c15d3_amd64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:9607e5593553c9de0339922c2e3473bc82aca481a1033a3108abe5db2cb3d18a_arm64", "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:c964992a0ba2cb08bc3b9948522db913fef6527aa54ac04d074475dd906bd47c_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0f893aed131a2d1f38000e2937b3376eb1c0b19a3f5fc5708bf8b973e1122670_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8ae172b45103dc82b9ba69f67f209a108dd9855abb6db790a6b0a677b1681233_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab0daf3e4618d12d19f3b986d1134f365dd8d56fdbf57eceecf5e545cf04137d_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ab6a6d0f550a65eb08c8ca67605380007b3f87e5697526721ad33dd41fff0522_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2f54ae9d7f79dbab722a5a474076e2d1f36d6eff632e34ede2b80ee2469492ff_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b4f07e2a34da1f6dca4110cd2918fe0e1855b0985eb1d80e5359f70e78dc904_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ad1471d5463ee5bfaa8ee3a3ff00d9c45057008a43a886b87a779ef8b619ad90_arm64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ffcd954edf37ebd9a09cf9254b8e15c1f85d89cba2d14f5b1aa2ac24254e09bf_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:3e628eed92bd660d1f243488edd555595bbab06cdb37bf97441719bd632ff220_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:68ed1065f5e1fbc6f62a4d4359131a34dd33179822fb7e03b1a875483134ec7b_s390x", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cbccf4368a431a43b3b31650e9d24cde715f5aecc957fc73cc9ebcfc1005bfff_amd64", "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f20e80a98bc2ee966cf49efe4c9015f21b198b51bf32bb8e28cdaed0eb1158d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:4316f30930a51475333cbfaa763a8a9b8ea9cee8b661d6f8c80688f50940297b_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5500765b503613e2ca002e630d2b6c52555cf6a8b4047e643ab27d27911b09ac_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:559b8cfe27d56c2f97670ec3aa283800b2cbe18da0f676dab06cc085c9d30060_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:b2a4a1c7780080c0ec37a49be317b6688bddc497e5400f25f9d1d60462b02c8b_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:0285864f4cce73afc1d85506e717ba24d18804f3a1e7f5138a76e21dceb864f7_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:03663520bb099b0a688ab027c36d2d95fc4941f015c1be9085ec36314c1e9012_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:505e1580e71f472520e78e4e897acf97fd6dbd66166a18a5fd932f94ad74337f_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:d7080821d2e913136659cff134943c3d7aca813a73ae1a3a33091e32729fec31_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5cfcbfedf652a6a7dda9d4d417cc64be22f1a2cecb454cbde0558aab2909fe17_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:837602c471f12b861579ddb6f09a91b95b964f4dd71a1ea7fcf2a78998645047_amd64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:91c8c0d4210072bb70b870faa158f9ab3e30e95ea60691d72482ccf689970df9_arm64", "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:e769ef01fb19593e1a12cc3163b56ada49e2d7f5e0ceb0b29a8758457db19999_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:022b69eab649f641dc2ff7ad0a2347d0a6e1879ae05f903e7bcbb84fc0d20bfa_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:69d51c5beacd715ebcde1d952d25dc26864816e6d56e8a650831c19ff07ba49a_arm64", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:c8cf5316809cacb88ed27075b67a0426e264c5d99ced8e02a20f7b564d194349_s390x", "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:edc6a1e316e22c0c4e84513699dcb29e07eb3708724386f0cd10a458966ebbc0_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:816ad2323a26d0ef2b41997c25ab03f2636a0ace4c39e88b7b26b5fd6b3cb08a_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b13d2c187465de21b46509eb121b25021324e602deacfa014f4d105554a28b19_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:0925ba2917df882b0eab3fb2f95aa335d5e28ad2cb2067659f7dbf0b45517037_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:d9ed3921058f8968a898f2674f7d9d94fca35e1dfbb587bb61a1874ab8490ee6_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:20ee9a3fa81ac843a5d0f4851a79965d6b82789c26bbdc939d5961471ecde029_amd64", "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:3560236ef03c0b9d2b8ef5e107826d977701bc3ec24151eabd1749d67ace6678_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:7c39352f9587a7e8088bb150ba0b80a94891a932e7c14921a87389fd2495fd26_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:9b1e9a20c03a545e6b56e669c92fba95359cc88e8d63a2652cd04e4e515b1f92_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:6b28192fbb26c5c6eacb126f2b501166aba4e71a13bdee6ed026d322d54396ed_amd64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:a446427703dba965215becc3fe2ef74baf15675e1110391dd3ed9ca1466e89e3_arm64", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:c4dd193c8ffac765d6d60c80b32a76c7dc5f455b99ca52be9807632f4e8572ce_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:d85e21f248519a51e77c75ee9d1ecb7197eb48a5c588b3582253c0247fb59269_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1c9f2e4216401e4c48dddb25317c7bf2f4d16a0a417b9886614b9b6091c5b552_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:1f2debb843c082b6e47da061674260f994ec80b79c3c74550cc24686cce64e4b_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:55b3af7f86bed7c82952ffb003ccd18bbc0ee38efda70ebb5324883ac91bca47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:623d918d9b76cc0088afedc94e05d3779b8214326220bcfbe603beb0ecd0a4c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:0c9cfdedd93161e23dd04e3fec3a99bf492d58302b875e61afbfbce8f06bdc01_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:21c28ffac43f14a2cd25a624fdd3fc2ce343432228c082e5e9460ad22dcd3b71_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:a11824aa76b863350c5e70852130fb7d7c4b7e754cccb1f7e1cfd5ca8e4d37a8_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:feb8c31e851efdb9290bb22cd656a04767f9d4abfa28acfe2aa2aa53442f3e46_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1bff6512bae1b1476fb5c8ae4425e4215e2a68bb25b42cfdfa96dc024b4b1a47_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:805c6674a008c0512946f84b2087ddbf1483a7390044ce0af9a3518e058688f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:934b1deb77ba1663bcae177a5a8ad7aef4f4655e78d59fffd9091ab17bd05e68_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:989207f89120cb1acd62c79721624d0e1916c844f5414bc37760831f9149264a_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44b7b98b2e9aa2653da986d2d58b1d2cf640a0d303d1d1c8c486b4ec4d159e1f_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:46760163699860925a30d358492a3acb1ba83c31ba51b3709a6467442f320794_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4c6aa8b3a2e52b001836cd2475b11e8ad0bc56c15ec7ccabacbac90db9f8d189_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:757e5e9f7c999753908b487e133ae734c4d5c57a1c6e3610f0101ccd85f73810_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:0b408c375b7b240cd4a52d15bac6d01953c73cb5deaba3444d49d67b980e134a_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b178ad3624ee00de89cc990c01f13b143e75157df6fb4e834b5c54b848647524_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:b23e0709db48615c8d6065449fd584e7fd336256958692069558bba8576666a5_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:cd01baf92ac60c0b3b3957ca4b1f969cb79fcaab2afecf9e46a42da0fcc673aa_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:5554d859ef518ef65a1826ab4bb11acd7d88d48448576b42c988dcd02f2d1574_amd64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:6ad7a87b5a52094ed6f0165a17841a67fdac8fe078ce11721a41771fd66e68b7_s390x", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d94a0108483d04218285c9b5684d6032406ac77c17f9e08b7359033c4e36725e_arm64", "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ed4d11b443752ea1ccc286c1f584986bc36fa5cf45064994d2ec232bc400f33d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0dd229d5496fd26cc0609bd3471d1bc8c1c7f1aa6886f9d129030bab0c4a915e_s390x", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:0ea04abeb154184dd8fffd31a4bf4fc98044ecec6334b0ad917e8c568777ee69_arm64", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:78ea5daea03054e40ed7f87aa42d3590c30399fc02972984e1ea6899045d60bf_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:9e94d89eb89c093026a532f99f35d1b8fe612a683d70a63365486c29d8679e78_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4563bc334b45607f37752d01231ee7de54033e5fa655259fab192a52a5a0123a_s390x", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:4c7bf3b2167ccb8700289dd439cb2e220d218a1a65d02569f73f2f6b91425f5f_arm64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:efd0601ee6134f4dc5e5b372f1f1591902407b51bc3a038a2443f0310b81db62_amd64", "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:f6155b99470280d192404f91a37024ea50c6375347ed199747968bbbd4431652_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:355a4ff52157bea07ded6668356f0c8c35670b3836cbb990042b2487262e0138_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3e22f50bb37f20b06b698293433e08f72f8ef53d398b6088432f65e488efc53d_arm64", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6be49aa0776580696887c3d98edbe68fcaf3ff2a42629034e5ba2a1889495ff7_s390x", "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:e2d6c4136b2babb7460a318cf63dd6494d0b59a608b3b66815bb783e7502fd42_amd64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:2fa112c43e26cf1dccb43aa86974b39f1571250ddf0e85889f71e2fbaa1aea5e_s390x", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:6992fc03fd451620072f57a40e7bee1f801f032d6450fcc9737552d533bfd0fb_arm64", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:cf88af80e82bf52ae54b4f8630712afe9a7db730f0e46b1a6d96b0e4ed787d7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:ef8ea84f1b3ad21a653f4e993d2dd72dfdea7284923ce5364cdbabc778caadbd_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:33ea7a9e9c9e4a1327c719e3279564d8bc57504088ccc53641bd6753153ecbbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:34af7925fbdc2d6834b04a86a27e333c45350502d2d792389227b037b3e5da56_s390x", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:bc0155cafd98347dceda1f079dcc36f29bf991a5e737ab66c73480d4da873e45_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:f56f49028d5101200c988ca3e7f0e0b4d08eaa7d7e9f17b8a69d3feeb000e84a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:21c3a67e64fb4bee572416c06fd70bb3f45c5a1ee65615eb9aa1b3806c267cef_amd64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:679344422c8ead0ca8a31f8c53bdb4c0bf53e9918412d55319065fbe380e7b9a_arm64", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b7009f21d603c1ad32f606b94196b202672146a3b0f3803f3acf4e6f880f16b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:f1227ff50564071aaa83b0272e7e5b21a68f95fbfd1183903ad16b094178b1e5_s390x", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:909ed59dc20eb7c4218cba40638cd18dab843b71d6646c6e62196d0ac0cc5d79_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:7dd1b5fe48e39767ef560f2a6ee4082e38303ae30598ac4d7f417d0903ee973c_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:09ddd071630fa4e19048d9a171c0db3ff11d9dfd666a2455c6428c4dc98d2b1e_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:2c2ea99594c28b02d60bb0afeee67c69cb0fc04eb7eab4e7c9ed9dff512fed77_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:66c1bcec1d591bfc9fb99b4e22582acd838d17291347c4d1acb9440374f89485_amd64", "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:7e23945593269fdb181f2cc9406104844950cc14f8a77a6069c7fd1cc6bf8ae5_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:843a9a5532786471bfc1568af0e2979106a74cf452a05baecbc51656fbc448c1_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a7159411e69a3590a7b12ff7afdb43e9030763142381ee883f3dff9773967955_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:db7fbb0b5f9858f250cabc452170925fd55958ac155076c1612c9136ac24dd7c_ppc64le", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ee023b3377ad20f3873b12784bd612f391e846162ecd85f1ab5a644208c8c883_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:82cd8d787c03067b2f81b86067871bb64ab858ff9229359dc384fa22c3206ad5_s390x", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:8f213587b7a0633d07c99fd14640619b78a8e2098ca66d0f4453cc679fee5aa0_amd64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:99cb6f927903d39dcd08c5ac3b645dce849c7c8ebfaec969cb763ace1a4d145e_arm64", "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:e2f26c325c39c801129eb08b3c0d1eb75b294adc6421e7ad0d42e55cb63a67e8_ppc64le", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:2b696de590120018daced12d2b95c95ecbe3b9d15cdea569da06c1b3735fab6d_s390x", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:4e1ec011c9f0c6263b4ec37bcf4081e7e0e122c9f6eb6d2fa6c9b7eaaaeb60e8_amd64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:853d0d7ac641d861951a5b26bc73d2628182570d005dca5067c8a2e164d0cd99_arm64", "8Base-RHOSE-4.14:redhat/redhat-operator-index@sha256:e653c54cd520800047beba25d403d320699fbac57d551e933b48c162b2524d4f_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:0644b64609889bd7a8724c65c4a55fc4923f92639db4e7e328778bfca39bdd7a_s390x", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:528abf5f87fd1f4fbb1e4c1de547b5725bfa548de7455de5e21c426a69a9f5f7_amd64", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:54bade1577f8046d3de1fc34dad783588d23b2a05350515e9ad1c0658152c4a2_ppc64le", "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:aa8e41c9f74fe69114e4eb8ae36c38ddd7bb8471f2645a907b5c9788a83c302e_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3dc607b36c5c10c69f7b79db251107d3f1ef4c56b797eb69b56fe064db853e20_arm64", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6dbf8ece1e60c76b5e229f8e839a51d44c51ebb4f024cd0506c41878af7ad595_s390x", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:93bd218f5fe1d7258f2b3fc0940a208446681e40f44eb8d407ff12d6b0b458a9_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5dc2852ceedd72ce70da3af93415e5b2511b6c4c7944ab928c23846d6d82412_amd64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67dc4a4a59c5504105f5a5cef1c186fe4c0121a58e6b66099051bc237f119283_arm64", "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daffe1ee41d8bba6066a0af149c589c7dd49e0b8ceb2159379bc2714e3d81bbb_amd64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_aarch64", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_ppc64le", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_s390x", "9Base-RHOSE-4.14:rhcos@sha256:b2e339db1312c20b9adaf81f116cc85016609e578e2db888bb2a4fc917632c28_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2024_5689
Vulnerability from csaf_redhat
Published
2024-08-21 11:33
Modified
2025-03-18 02:20
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of 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)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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\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:5689", "url": "https://access.redhat.com/errata/RHSA-2024:5689" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5689.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2025-03-18T02:20:17+00:00", "generator": { "date": "2025-03-18T02:20:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:5689", "initial_release_date": "2024-08-21T11:33:21+00:00", "revision_history": [ { "date": "2024-08-21T11:33:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-21T11:33:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:20:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3-libs-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3-devel-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3-libs-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3-devel-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.4.i686", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.4.i686", "product_id": "python3-libs-0:3.9.10-4.el9_0.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.4?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.4?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.4?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.4.i686", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.4.i686", "product_id": "python3-devel-0:3.9.10-4.el9_0.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.4?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3-libs-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.4?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3-devel-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.4?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.10-4.el9_0.4.src", "product": { "name": "python3.9-0:3.9.10-4.el9_0.4.src", "product_id": "python3.9-0:3.9.10-4.el9_0.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.10-4.el9_0.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "product": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "product_id": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.10-4.el9_0.4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.4.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.4.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.4.src", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.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-08-21T11:33: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-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5689" }, { "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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.4.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.4.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.4.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
rhsa-2025_0650
Vulnerability from csaf_redhat
Published
2025-01-29 00:56
Modified
2025-03-25 11:09
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.16.32 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.16.32 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.16.
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
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.16.32. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHBA-2025:0652
Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:
https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* runc: file descriptor leak (CVE-2024-21626)
* golang.org/x/net/html: Non-linear parsing of case-insensitive content in
golang.org/x/net/html (CVE-2024-45338)
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.
All OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html
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": "Red Hat OpenShift Container Platform release 4.16.32 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.32. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:0652\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n* runc: file descriptor leak (CVE-2024-21626)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0650", "url": "https://access.redhat.com/errata/RHSA-2025:0650" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001" }, { "category": "external", "summary": "2258725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-29616", "url": "https://issues.redhat.com/browse/OCPBUGS-29616" }, { "category": "external", "summary": "OCPBUGS-29823", "url": "https://issues.redhat.com/browse/OCPBUGS-29823" }, { "category": "external", "summary": "OCPBUGS-43765", "url": "https://issues.redhat.com/browse/OCPBUGS-43765" }, { "category": "external", "summary": "OCPBUGS-44186", "url": "https://issues.redhat.com/browse/OCPBUGS-44186" }, { "category": "external", "summary": "OCPBUGS-45999", "url": "https://issues.redhat.com/browse/OCPBUGS-45999" }, { "category": "external", "summary": "OCPBUGS-46341", "url": "https://issues.redhat.com/browse/OCPBUGS-46341" }, { "category": "external", "summary": "OCPBUGS-46567", "url": "https://issues.redhat.com/browse/OCPBUGS-46567" }, { "category": "external", "summary": "OCPBUGS-46602", "url": "https://issues.redhat.com/browse/OCPBUGS-46602" }, { "category": "external", "summary": "OCPBUGS-47663", "url": "https://issues.redhat.com/browse/OCPBUGS-47663" }, { "category": "external", "summary": "OCPBUGS-47755", "url": "https://issues.redhat.com/browse/OCPBUGS-47755" }, { "category": "external", "summary": "OCPBUGS-47775", "url": "https://issues.redhat.com/browse/OCPBUGS-47775" }, { "category": "external", "summary": "OCPBUGS-48061", "url": "https://issues.redhat.com/browse/OCPBUGS-48061" }, { "category": "external", "summary": "OCPBUGS-48116", "url": "https://issues.redhat.com/browse/OCPBUGS-48116" }, { "category": "external", "summary": "OCPBUGS-48144", "url": "https://issues.redhat.com/browse/OCPBUGS-48144" }, { "category": "external", "summary": "OCPBUGS-48159", "url": "https://issues.redhat.com/browse/OCPBUGS-48159" }, { "category": "external", "summary": "OCPBUGS-48202", "url": "https://issues.redhat.com/browse/OCPBUGS-48202" }, { "category": "external", "summary": "OCPBUGS-48258", "url": "https://issues.redhat.com/browse/OCPBUGS-48258" }, { "category": "external", "summary": "OCPBUGS-48348", "url": "https://issues.redhat.com/browse/OCPBUGS-48348" }, { "category": "external", "summary": "OCPBUGS-48422", "url": "https://issues.redhat.com/browse/OCPBUGS-48422" }, { "category": "external", "summary": "OCPBUGS-48442", "url": "https://issues.redhat.com/browse/OCPBUGS-48442" }, { "category": "external", "summary": "OCPBUGS-48484", "url": "https://issues.redhat.com/browse/OCPBUGS-48484" }, { "category": "external", "summary": "OCPBUGS-48538", "url": "https://issues.redhat.com/browse/OCPBUGS-48538" }, { "category": "external", "summary": "OCPBUGS-48544", "url": "https://issues.redhat.com/browse/OCPBUGS-48544" }, { "category": "external", "summary": "OCPBUGS-48661", "url": "https://issues.redhat.com/browse/OCPBUGS-48661" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0650.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.32 bug fix and security update", "tracking": { "current_release_date": "2025-03-25T11:09:45+00:00", "generator": { "date": "2025-03-25T11:09:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2025:0650", "initial_release_date": "2025-01-29T00:56:20+00:00", "revision_history": [ { "date": "2025-01-29T00:56:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-29T00:56:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-25T11:09:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.16.0-202501201805.p0.g2b396e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202501191404.p0.gf8b086a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "product_id": "openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202501220340.p0.g1d5732f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202501161504.p0.gfcd3a8c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.16.0-202501171305.p0.gb137a53.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "product": { "name": "openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "product_id": "openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.16.0-202501160405.p0.g300d9ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "product": { "name": "openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "product_id": "openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202501172006.p0.gaeaa642.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "product": { "name": "openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "product_id": "openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "product": { "name": "openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "product_id": "openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "product": { "name": "openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "product_id": "openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202501221605.p0.gffc141f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product": { "name": "redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product_id": "redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b?arch=s390x\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.16" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202501171434.p0.g71c1d79.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202501171434.p0.g9354874.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202501221135.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.16.0-202501150234.p0.g7685374.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "product_id": "openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202501201505.p0.g3c4f5e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.16.0-202501160805.p0.g80aaae3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "product": { "name": "openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "product_id": "openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "product": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202501122037.p0.gadc9ad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202501220505.p0.g3cc9709.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.16.0-202501160905.p0.gbcf6e58.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "product": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "product": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "product_id": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202501220853-0" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.16.0-202501201805.p0.g2b396e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202501191404.p0.gf8b086a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202501220340.p0.g1d5732f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.16.0-202501220340.p0.g93b8b5f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202501161504.p0.gfcd3a8c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.16.0-202501171305.p0.gb137a53.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "product": { "name": "openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "product_id": "openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.16.0-202501160405.p0.g300d9ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "product": { "name": "openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "product_id": "openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202501172006.p0.gaeaa642.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "product": { "name": "openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "product_id": "openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "product": { "name": "openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "product_id": "openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "product_id": "openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202501221605.p0.gffc141f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product": { "name": "redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product_id": "redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976?arch=arm64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.16" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202501171434.p0.g71c1d79.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202501171434.p0.g9354874.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202501221135.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "product": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.16.0-202501150234.p0.g7685374.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202501201505.p0.g3c4f5e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.16.0-202501160805.p0.g80aaae3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "product": { "name": "openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "product_id": "openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202501171034.p0.g380f339.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "product": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202501122037.p0.gadc9ad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202501220505.p0.g3cc9709.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.16.0-202501160905.p0.gbcf6e58.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "product": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.16.0-202501201805.p0.g2b396e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202501191404.p0.gf8b086a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "product_id": "openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202501220340.p0.g1d5732f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202501161504.p0.gfcd3a8c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.16.0-202501171305.p0.gb137a53.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "product": { "name": "openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "product_id": "openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.16.0-202501160405.p0.g300d9ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "product": { "name": "openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "product_id": "openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202501172006.p0.gaeaa642.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "product": { "name": "openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "product_id": "openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "product": { "name": "openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "product_id": "openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "product": { "name": "openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "product_id": "openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202501221605.p0.gffc141f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product": { "name": "redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product_id": "redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.16" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202501171434.p0.g71c1d79.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202501171434.p0.g9354874.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202501221135.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.16.0-202501150234.p0.g7685374.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "product_id": "openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202501201505.p0.g3c4f5e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.16.0-202501160805.p0.g80aaae3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "product": { "name": "openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "product_id": "openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202501171034.p0.g380f339.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "product": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202501122037.p0.gadc9ad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202501220505.p0.g3cc9709.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.16.0-202501160905.p0.gbcf6e58.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "product": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "product": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "product_id": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202501220853-0" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.16.0-202501201805.p0.g2b396e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202501191404.p0.gf8b086a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202501220340.p0.g1d5732f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.16.0-202501220340.p0.g93b8b5f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "product": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202501161504.p0.gfcd3a8c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.16.0-202501171305.p0.gb137a53.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "product": { "name": "openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "product_id": "openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.16.0-202501160405.p0.g300d9ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "product": { "name": "openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "product_id": "openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202501172006.p0.gaeaa642.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "product": { "name": "openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "product_id": "openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "product": { "name": "openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "product_id": "openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.16.0-202501220505.p0.gef2a55c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "product": { "name": "openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "product_id": "openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202501221605.p0.gffc141f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product": { "name": "openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product_id": "openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product": { "name": "redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product_id": "redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "product_identification_helper": { "purl": "pkg:oci/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff?arch=amd64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.16" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202501171434.p0.g71c1d79.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202501171434.p0.g9354874.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202501171434.p0.gab9e2ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202501221135.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.16.0-202501150234.p0.g7685374.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "product": { "name": "openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "product_id": "openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202501201505.p0.g3c4f5e0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "product": { "name": "openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "product_id": "openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.16.0-202501160805.p0.g80aaae3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "product": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "product": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "product": { "name": "openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "product_id": "openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202501220505.p0.g162d3ad.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202501171034.p0.g380f339.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "product": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202501122037.p0.gadc9ad7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202501220505.p0.g3cc9709.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.16.0-202501160905.p0.gbcf6e58.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "product": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.16.0-202501220935.p0.g4ff31a4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "product": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=v4.16.0-202501100906.p0.g023a365.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "product": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "product_id": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202501220853-0" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64", "product": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64", "product_id": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64", "product_identification_helper": { "purl": "pkg:oci/rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202501220853-0" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64" }, "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x" }, "product_reference": "openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le" }, "product_reference": "openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64" }, "product_reference": "openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le" }, "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x" }, "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64" }, "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64" }, "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64" }, "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x" }, "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64" }, "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le" }, "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64" }, "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le" }, "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x" }, "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x" }, "product_reference": "openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64" }, "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x" }, "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le" }, "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64" }, "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x" }, "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64" }, "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le" }, "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x" }, "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64" }, "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" }, "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le" }, "product_reference": "openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64" }, "product_reference": "openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64" }, "product_reference": "openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x" }, "product_reference": "openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64" }, "product_reference": "openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64" }, "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64" }, "product_reference": "redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le" }, "product_reference": "redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64" }, "product_reference": "redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" }, "product_reference": "redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64" }, "product_reference": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le" }, "product_reference": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x" }, "product_reference": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" }, "product_reference": "rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "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-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" ] } ], "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-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" ] }, "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": "2025-01-29T00:56:20+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:0e71cb61694473b40e8d95f530eaf250a62616debb98199f31b4034808687dae\n\n (For s390x architecture)\n The image digest is sha256:9a9994d9b6b56faf3d158e479e87f15ede5783c7408433129547c917d1c90fcc\n\n (For ppc64le architecture)\n The image digest is sha256:cf6a70ea1b63cb49fca5aae3de7991d2c9321343943967f4653827f328ccef3a\n\n (For aarch64 architecture)\n The image digest is sha256:0a52bafb899c924f448612b7ca6bb96a9062cd80385d3f9aa567aebac97931e5\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0650" }, { "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-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_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": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "acknowledgments": [ { "names": [ "The Snyk Reseacher Team" ] } ], "cve": "CVE-2024-21626", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-01-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258725" } ], "notes": [ { "category": "description", "text": "A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: file descriptor leak", "title": "Vulnerability summary" }, { "category": "other", "text": "These vulnerabilities not only enable malicious actors to escape containerized environments but also allow for full control over the underlying host system. With the widespread adoption of containerization technologies in both development and production environments, such exploits pose significant risks to data integrity, confidentiality, and system stability.\n\nOpenShift Container Platform ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack, and disabling SELinux on the Openshift container platform is not supported. Hence, the impact of the Openshift Container Platform is reduced to Moderate.\n\nFor multicluster-engine (MCE) vulnerable versions of buildkit and runc are part of installed version of oc. However, they are not affecting the higher-level assisted-installer binary in MCE. The presence of these dependencies in the container does not imply a security risk to the containerized application itself, as it is based on low-level packages included in the oc binary, and the impact to the container\u0027s core functionality is minimal.\n\nThis flaw doesn\u0027t affect the OpenShift Tools \u0026 Services as the affected code is only used for testing and is not exposed to the final user.", "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-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21626" }, { "category": "external", "summary": "RHBZ#2258725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725" }, { "category": "external", "summary": "RHSB-2024-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21626", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21626" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv", "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv" } ], "release_date": "2024-01-31T20:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T00:56:20+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:0e71cb61694473b40e8d95f530eaf250a62616debb98199f31b4034808687dae\n\n (For s390x architecture)\n The image digest is sha256:9a9994d9b6b56faf3d158e479e87f15ede5783c7408433129547c917d1c90fcc\n\n (For ppc64le architecture)\n The image digest is sha256:cf6a70ea1b63cb49fca5aae3de7991d2c9321343943967f4653827f328ccef3a\n\n (For aarch64 architecture)\n The image digest is sha256:0a52bafb899c924f448612b7ca6bb96a9062cd80385d3f9aa567aebac97931e5\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0650" }, { "category": "workaround", "details": "Red Hat Enterprise Linux (RHEL) and OpenShift ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack. Dockerfiles can be inspected on the \u0027RUN\u0027\u00a0and \u0027WORKDIR\u0027 directives to ensure that there are no escapes or malicious paths, which are an indication of compromise. Limiting access and only using trusted container images can help prevent unauthorized access and malicious attacks.", "product_ids": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "runc: file descriptor leak" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T00:56:20+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:0e71cb61694473b40e8d95f530eaf250a62616debb98199f31b4034808687dae\n\n (For s390x architecture)\n The image digest is sha256:9a9994d9b6b56faf3d158e479e87f15ede5783c7408433129547c917d1c90fcc\n\n (For ppc64le architecture)\n The image digest is sha256:cf6a70ea1b63cb49fca5aae3de7991d2c9321343943967f4653827f328ccef3a\n\n (For aarch64 architecture)\n The image digest is sha256:0a52bafb899c924f448612b7ca6bb96a9062cd80385d3f9aa567aebac97931e5\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0650" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:296a94de7bc2558d2faabc65b1859d2963977ce20281ff59667052e244c46b8f_amd64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:4ac87ac404534c5e22c7583666fa2bf34bea52dceb59ad05d93f1c7f9c7d05b6_ppc64le", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a486a54697c2c3bd49b3fd739f583da9e01f5174556e9f8290b46391f8e89a2c_arm64", "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b4028789187d6e7679570ca9ec06a0a11bd0d46da3b8286435592b89dc0493c0_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:32c6964a899a9809b49ba736af950a96681e81c4acb72abd8f451e8c5be8b930_arm64", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:4b1b48132d58b4ad1f6a21972b92ab58b3a5da7d5a475eaa3d02a335dec99ce7_s390x", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:eb79ae7b22958067c27c58bd460af1f2a8504eae7a69f8c4e98ed09b4b5432c1_ppc64le", "9Base-RHOSE-4.16:openshift4/oc-mirror-plugin-rhel9@sha256:f5e545ba9260068217c2efba5608dd3f071b9eb32395d881401aaeca0250dde8_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:044b3996a08bbb72f4dce38a9eab9990d8eebd1887352317ea253bf4adfba11a_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:539d3cce9c0356979b3ec532b339c97212b0ce6eea2e5d8e8b82581ef7986df6_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:9fb647ebaf047467d6fdddff21384db982a4ca6de1b24225a08f16e31d2e4625_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:c77ff80efc4c193c9fcd6a93c052a5e606366c96d783352376a8e5353a7db1ff_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0bf83b36f3ae353fb9574fb8868bf873d61f64e8952ed3b9c3b992a8c6227752_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:373799df51c8be3afd67be9d342c18ae80c6b1b797c157f0565767f50553c697_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7aedef98a1bccb6b46b72c290c98a43e542489b6713ea8d8e1e64106572fdd69_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a75819dd36aed545acfdec849fa4e017345175b7f1200923de6c758ca125b40d_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:46dbe06a9380d8c367cc0a799a0d6279c7367317cefe9215b49aad11346611ca_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d14832d2d4f99a82ad21b0262f351abf9a6d85f0e32e2d4ba17e2725b481cff2_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f06972ab64c42afa1b9865cbdeb5989aff135241c8b71e0afb6f54b33c5644f2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:f8fae9787458948081a48f0077f4cb4b0d2357507efe679efcd71b5ad6a1491a_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2422c417846fa0c4362bb9739b982432562db1c81eb1fce2d46be5712913bb39_s390x", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:417f8e91fe2a7ffe72cf56fe220911358802d74d183dc0d28d28ec0076cd9235_amd64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8cbb53b49ec3513f6b95899c25791224b5bb30fb60f2c88f2f2aa2476d3136ce_arm64", "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e615bdb9b98344e54c408570c85d358466f70e1c15add57a7ebeadd445346be2_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:59517046416a43de8a20e32795b80e07c74cccdffb50d7ba2d38f9be69917056_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:62f9982e0cdede04e40ceebb3681b540561283daef1b9cb3a667108a75e5a93b_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:6e17b26b19f79fd67a7c4299be6ec9fdd5af4b94121a269a40b74226478870f0_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:c26e2befbca5bf8600db879930db686dfed955f5ed18cacb76bf5d0c91ea7297_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:072be9c2b217d20694a1f1f984c9a9418f2e2ced0984546c277c032f5b6417a6_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:28318d99e70ffd7ee8fc26278cb34b4bd99e2e05ed12f7656cef596084effa42_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a8246feb89662d00e2d9900eaf7478b6f54c68f855f497a07e7c83a84d1167e_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:eb24b8bea3fef7c12b3492db31ca6b5c277b3ff26a3ba14da3bb948cde1fd77a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:22b597df7012d928d0cd124008bd775b21393a9e250688f4f20162e2415110a8_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:492a166ce0afdf451f9e6feb7ed0a2afff35974425e8a5418fbce225ddc3ca70_amd64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:cd482a3a2476f08d1857056dba03592de7b67eea41d5f889e1d8c2badede85dd_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-machine-approver-rhel9@sha256:ee0d9f3e415a4e0daf550ebbdf6f5a2fd1a6a3e0b26977db62fe0d5f837b8161_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f3e2f2fac976417da062e0f82fb778b86ae1b5dc9a4aad805a6a5bfe70068d6_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2f31892e966c16a1ca197e379c4ab5aead1cf9191de48ec845b13b6dba8df5_arm64", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:79aee3e0a22813e5d740a8cd16903d81600abc2a1816194df4e560af851d565c_s390x", "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dde9dd1802325f1768d1464cd0b7059b9e99e2d3cf2224a14dcfc37402af86f1_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:0a0965233098d75d4591e2057684934105c6896ab1d29d6ff34bf5cf11a19f06_s390x", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:53297eaccfdb7318ac26367feffb4d38072fe06865531a5ed337eadcb6c195db_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:792f7e39fc9197f15b4310988d5a03887351c49852123d4a3237142156f2f371_amd64", "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e74d25ebe45d12f5c271d7b1de57b601cfa2147fb718e1d3eda5920e57fd40ae_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:2ef09f22274b7df5ffc15ed8edf4b04cebb5fa07d583a152fa3ba1077641dc2a_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:7d0c25b6d8232e9a2f25f1cb75bc6eefb349fbc34a45124f18abd261f15dae97_s390x", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:8d59b210f9023166af4516d76f9374e9117745780ddae23058c7f516b518735b_arm64", "9Base-RHOSE-4.16:openshift4/ose-docker-builder-rhel9@sha256:a965ff5ed4be921cfb20b798587863c4b03c34d76e096da2fbbb70d50031730b_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:167a06c7b3dec72da4cfd2e36483888a1987611f7c64f1fc3babaa8cdc023ea8_arm64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:17c60e913315adf741da969ab0be76e8cc5aaf2637e57062ce513416a3d8f512_s390x", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:400e43b8a7d5e71a311dbd037208c672c18e3be7437601f4a000173e844aa2ac_amd64", "9Base-RHOSE-4.16:openshift4/ose-hyperkube-rhel9@sha256:660fc70c2d6b8ad5ab3af49868bf9774d96b8c78ab01ea1c19fe13ff89573a49_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:1eec9410806e385da411a42d3ddcccf0fee73cc85e96c7bd60aeb2dd362c8bf4_amd64", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:22110e8bb080ab718b0739fed5acc430357319e82288efcec748d42d07b54b0d_s390x", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:87ebb2dadfdff34a9b644861c6c7560b53ec60f93444acbdf873e753f4d56726_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:bfb1431e85180dff6f49a5eed50a51cf5a9dbd62870a764da4d101945b18edf7_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:291340525b89e9a5d9cec31a50ab8555fe3210e92e0304d5bc66ea9c81bb82ed_s390x", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:307d3a74d114ac88822eeae21d04355af994c576aebaaf2ab017e04a68e014d5_arm64", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:65c60f3d1df0bd632fa4d647e89617a22bb650ed6eaae222d75a60c91bbe8b04_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-insights-rhel9-operator@sha256:6b4e720977fae3c32575167a3f38df63c4b6e84998ff60c3db30628c3592deac_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:0133d131fb2b2fce19f9aeeecf072d411ad7cbf0f4923796efe2b1278fb7a981_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:02bc5b4eb0d277ee19147c04239e0f39162fc9b052a631b7ce86b9ba94a97fc4_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:1d0ba9c339af88c4b1e6d74aa96b4d6d68d71e9fff679c9abc53213f6b075e08_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:206e4e60e1a5a177f863d4668e60657e3fb2b9012068927b113304e96aaa62d3_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:4b19a9cca432b4d9e479e1f8ca39633ee2d42678ac26665abe09d94305fa4049_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:968859ad2806cf6015667825295ccc01621bbf0eb32332d020ec1671281592e8_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:cbf85d406ebb8846a3037acbba2aae9ecdaf34411902118cfb62e05c93f2b55e_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:ecd7fbcada29107550a1d56d42ce8dda6244f6f6cc65e9a2c8035c3bdd5dfb4a_s390x", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:04075b13d0a4e96330010d28fae395d07c2810489bd00cf2377e74a4d218738c_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:532ee5d1b5a308f4c7c4d187ad838f4c5b642ff17eabb8d705129447d75660b5_amd64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:758f0df16aeb6ea1059c277e10fcc3e6dda9ef39a4e31939629b6699c9f25e3c_arm64", "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:93813e3c66330824625410956d42ac8b7153a772f84933f8becf44455db5671a_s390x", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c273b8cfaadfa348da3b4e94f72697ee56c7cb4e01cf6f3efbde2fb1efb277c7_arm64", "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dfd2a035b87813e1d587a9069cc9714ee8426a15479df7a91cea6e4c6caafb13_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:07445add40e2f126ce182247d53c9c23daeb743d3bbf0ccb60cca71ea81ebd4f_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:22a6ab9328adc26d817a15790f74f9758af9387ee5d3af77bd090320f740025c_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c92ff70a9ce3399a73b74e79058eb6a762bbbb2787e9528f834a0c89c313547_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2991cc7af75dadb079d8c9928a12ccd59b73d692bab32c1cf987a12d674fc7cb_arm64", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:57dc4087b06761961dcff93b90b392ad28cfd885455848f56601b79c600f5c2d_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:7d7cdcdf5acb4e8019e42c13e0c20c63305577f14a1b2360913b318020b1af08_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:cee926c5f30de6a0715fd2151f7d8de5a7bf5d87d4819a3946017b197f30d1ce_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:05c80804f8e7ab9c9ce6cc81177b7da533f791071411e41eaf6cd1148fc69fcd_s390x", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:1a923ad12d2cfdbcdea443851d0a354fa8ea48363436729f1debfbe7c31ba5cf_amd64", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ba023f43e7be675795e2fee592d3824f4e68b68070afe423a413999b39b5b278_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:ec758a2b49fb5877e43345c39f89279b645fdc4c5d66251775a09ae2d4d2530e_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:40fa3025063b036a918e3acf7e00f793a0a6ef6310d174e79189bdd6c071a408_amd64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:c95c1c3a1585bfbccff20d57fadff81b5de745b82540fa177cb3b2c9da5d9fda_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:e18634dc7191e61f4e87376c517b0f20dc423f68e2b89da4872e552e1e7c0a44_arm64", "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f7fd2232f12af06d138be88312f89e23082a62584072664ce4e4f90e45b96bfe_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:2c04be14108cef6c3a7d291c7d39692bdc6d500ed1780ba6619c33d493197730_s390x", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:8288993c87e11922809cd3191d0d00140861740d78fccf80dcc7e6eccf1e401b_amd64", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:bf65670258c5075223e029682be6321ae78874d3781fe6cf519ea6716574529b_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-openshift-controller-manager-rhel9@sha256:d13fce5c35ea512eb27d00e7d58e5187004414f4907b1d835bc1447cd46ce58e_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:4f64f3cc55e7d72c572570dad430c602fa07c1a882a6d7766c1479a929acf8a1_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:cb3a7aaaa248893ecec1e050885e8e7e5e6662a2d15e5d056d9119b2b70a2ecc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:d27cf20aa137fe29aa5e24d9b76bd71cf623736af3a9fe791478ccab42b329c4_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-framework-tools-rhel9@sha256:e05a2385c39c764db1d81009dd96da957e2a0746e5049a5ca08bc542f6b1e1cf_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11610ebb644ac6c1e865400057b52da47ebc40ecd012ed71260c29315b8b31cb_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3c4ea9e86a1a511633d154012b39e444df67cc2259ac6c22acfec2cb853b5f4d_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d5a362cb1675c3820f55aaa14a777f3b2d847716427b3dba36a60b73f850487e_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:da8be02edd6e8510e685a6d752d0c89600e2f5c7ca336521ac6769ec89559674_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-registry-rhel9@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:360c1c09fb548074f4e7a03e913e62218b91e67aa3b2c9e90a3619a6ae210f62_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:5b17a3779457df48bcd585a00ed7fcb01710cabc44f7f38be3d7399cb22d33ab_arm64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:7f46e78078ce043688e3762a4985101a751551a7dcf99e8eed2106537e6e5892_amd64", "9Base-RHOSE-4.16:openshift4/ose-pod-rhel9@sha256:839d550c7d790df2b77f9a7c58999511aeefe05ad822e252e423e30fffd75e94_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:0378708534d36eb706f5ff10f7e22a78e5690963016197d6b8bc7c8ca1c78a1d_s390x", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:8d3bd630808680b2d4c506a329494703a562f5c114ddfd938bd91e2587e05d63_amd64", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:cd01952ec4a4dfa7735fa44581d860008b8f0176940e313315741fb23e341ae5_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:e42860008271d89c0111a33dc47932a74a2d14d1060a8af81b7c545604f6fcc5_arm64", "9Base-RHOSE-4.16:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ec9b55091eb416d9b55a1e55f29ca493a9ae6408d9c7c4e51395b08744e96b11_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:43520b9f8d1b7c511033f5aa79e876a43df07b0ff5c089027a3d69af8a08d976_arm64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:737c520a26ecab187152bb6b3854aa56910c947f7ac98baaaa57dd8ad0f07bbc_ppc64le", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d7785691d67e492b5bd6562eb1b65e431135bb0d3351ef1637e2b9f1310322ff_amd64", "9Base-RHOSE-4.16:redhat/redhat-operator-index@sha256:d94da536a5eb80a398c582a2db7d2ecd9f576b168916d113ac8a3448e7ec722b_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_aarch64", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_ppc64le", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_s390x", "9Base-RHOSE-4.16:rhcos@sha256:42cff8389b798df1496ee30da37cd9e27c2e423c9113042ef60e28c318af3ab7_x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2024_4058
Vulnerability from csaf_redhat
Published
2024-06-24 04:52
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:45+00:00", "generator": { "date": "2025-03-18T02:19:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19: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 (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_4871
Vulnerability from csaf_redhat
Published
2024-07-25 14:28
Modified
2025-03-18 02:19
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": "2025-03-18T02:19:41+00:00", "generator": { "date": "2025-03-18T02:19:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.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": "2025-03-18T02:19:41+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-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" ] } ], "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-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" ] } ], "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-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" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_5535
Vulnerability from csaf_redhat
Published
2024-08-19 02:36
Modified
2025-03-18 02:20
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\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:5535", "url": "https://access.redhat.com/errata/RHSA-2024:5535" }, { "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": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5535.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2025-03-18T02:20:05+00:00", "generator": { "date": "2025-03-18T02:20:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2024:5535", "initial_release_date": "2024-08-19T02:36:41+00:00", "revision_history": [ { "date": "2024-08-19T02:36:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-19T02:36:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-18T02:20:05+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-debug-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-idle-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-test-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-test-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-devel-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.5?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.5.i686", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.5.i686", "product_id": "python3-libs-0:3.9.16-1.el9_2.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "product_id": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "product_id": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "product_id": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-test-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-test-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "product_id": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "product": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "product_id": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.16-1.el9_2.5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.16-1.el9_2.5.src", "product": { "name": "python3.9-0:3.9.16-1.el9_2.5.src", "product_id": "python3.9-0:3.9.16-1.el9_2.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.16-1.el9_2.5?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.5.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.5.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.5.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.5.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.5.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "relates_to_product_reference": "CRB-9.2.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-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.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-08-19T02:36:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5535" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.5.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.5.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.5.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" } ] }
ghsa-797f-63wg-8chv
Vulnerability from github
Published
2024-03-19 18:31
Modified
2024-06-10 18:30
Severity ?
Details
An issue was found in the CPython tempfile.TemporaryDirectory
class affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.
{ "affected": [], "aliases": [ "CVE-2023-6597" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-19T16:15:08Z", "severity": "HIGH" }, "details": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n", "id": "GHSA-797f-63wg-8chv", "modified": "2024-06-10T18:30:53Z", "published": "2024-03-19T18:31:59Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" }, { "type": "WEB", "url": "https://github.com/python/cpython/issues/91133" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE" }, { "type": "WEB", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "type": "CVSS_V3" } ] }
wid-sec-w-2024-0687
Vulnerability from csaf_certbund
Published
2024-03-20 23:00
Modified
2024-09-01 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
- Linux
- 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": "- Linux\n- 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" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4058 vom 2024-06-24", "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "external", "summary": "IBM Security Bulletin 7158590 vom 2024-06-25", "url": "https://www.ibm.com/support/pages/node/7158590" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4058 vom 2024-06-24", "url": "https://linux.oracle.com/errata/ELSA-2024-4058.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4078 vom 2024-06-25", "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4077 vom 2024-06-25", "url": "https://access.redhat.com/errata/RHSA-2024:4077" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4078 vom 2024-06-25", "url": "https://linux.oracle.com/errata/ELSA-2024-4078.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4077 vom 2024-06-25", "url": "https://linux.oracle.com/errata/ELSA-2024-4077.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4166 vom 2024-06-27", "url": "https://access.redhat.com/errata/RHSA-2024:4166" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2515 vom 2024-06-28", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2515.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4078 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:4078" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-022 vom 2024-07-03", "url": "https://www.dell.com/support/kbdoc/de-de/000226633/dsa-2024-022-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4243 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4243" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4077 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:4077" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4243 vom 2024-07-04", "url": "https://linux.oracle.com/errata/ELSA-2024-4243.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4370 vom 2024-07-08", "url": "https://access.redhat.com/errata/RHSA-2024:4370" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4406 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4456 vom 2024-07-10", "url": "https://access.redhat.com/errata/RHSA-2024:4456" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6891-1 vom 2024-07-11", "url": "https://ubuntu.com/security/notices/USN-6891-1" }, { "category": "external", "summary": "IBM Security Bulletin 7160134 vom 2024-07-12", "url": "https://www.ibm.com/support/pages/node/7160134" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018974.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018975.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4591 vom 2024-07-17", "url": "https://access.redhat.com/errata/RHSA-2024:4591" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-239 vom 2024-07-18", "url": "https://www.dell.com/support/kbdoc/de-de/000227051/dsa-2024-239-security-update-dell-ecs-3-8-1-1-for-multiple-security-vulnerabilities" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4865 vom 2024-07-25", "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4871 vom 2024-07-25", "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4896 vom 2024-07-29", "url": "https://access.redhat.com/errata/RHSA-2024:4896" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-348 vom 2024-08-06", "url": "https://www.dell.com/support/kbdoc/de-de/000227573/dsa-2024-348-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities" }, { "category": "external", "summary": "IBM Security Bulletin 7165265 vom 2024-08-12", "url": "https://www.ibm.com/support/pages/node/7165265" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5535 vom 2024-08-19", "url": "https://access.redhat.com/errata/RHSA-2024:5535" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1862-1 vom 2024-08-19", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3YSE4IOP4ISWHX3ARM75WVNBEW5HPEM3/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5689 vom 2024-08-21", "url": "https://access.redhat.com/errata/RHSA-2024:5689" }, { "category": "external", "summary": "DELL Security Update for Dell PowerScale OneFS", "url": "https://www.dell.com/support/kbdoc/en-us/000228207/dsa-2024-346-security-update-for-dell-powerscale-onefs-for-multiple-security-vulnerabilities" } ], "source_lang": "en-US", "title": "Python: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung und DoS", "tracking": { "current_release_date": "2024-09-01T22:00:00.000+00:00", "generator": { "date": "2024-09-02T08:33:26.840+00:00", "engine": { "name": "BSI-WID", "version": "1.3.6" } }, "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" }, { "date": "2024-06-23T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-24T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von IBM, Oracle Linux und Red Hat aufgenommen" }, { "date": "2024-06-25T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-06-27T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-30T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Rocky Enterprise Software Foundation, Dell und Red Hat aufgenommen" }, { "date": "2024-07-03T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-07-08T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-09T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-10T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-11T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-07-15T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-17T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-18T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-07-25T22:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-28T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-08-05T22:00:00.000+00:00", "number": "35", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-08-11T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-08-12T22:00:00.000+00:00", "number": "37", "summary": "Betroffene Betriebssysteme erg\u00e4nzt" }, { "date": "2024-08-18T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-08-19T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-08-21T22:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-01T22:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "41" } }, "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_range", "name": "\u003c3.8.1.1", "product": { "name": "Dell ECS \u003c3.8.1.1", "product_id": "T036366" } }, { "category": "product_version", "name": "3.8.1.1", "product": { "name": "Dell ECS 3.8.1.1", "product_id": "T036366-fixed", "product_identification_helper": { "cpe": "cpe:/h:dell:ecs:3.8.1.1" } } } ], "category": "product_name", "name": "ECS" }, { "branches": [ { "category": "product_name", "name": "Dell NetWorker", "product": { "name": "Dell NetWorker", "product_id": "T024663", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:-" } } }, { "category": "product_version", "name": "virtual", "product": { "name": "Dell NetWorker virtual", "product_id": "T034583", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:virtual" } } }, { "category": "product_version_range", "name": "\u003c19.11", "product": { "name": "Dell NetWorker \u003c19.11", "product_id": "T035785" } }, { "category": "product_version", "name": "19.11", "product": { "name": "Dell NetWorker 19.11", "product_id": "T035785-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:19.11" } } } ], "category": "product_name", "name": "NetWorker" }, { "category": "product_name", "name": "Dell PowerScale", "product": { "name": "Dell PowerScale", "product_id": "T034610", "product_identification_helper": { "cpe": "cpe:/a:dell:powerscale_onefs:onefs" } } } ], "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" }, { "category": "product_name", "name": "IBM App Connect Enterprise", "product": { "name": "IBM App Connect Enterprise", "product_id": "T032495", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP9", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP9", "product_id": "T036127" } }, { "category": "product_version", "name": "7.5.0 UP9", "product": { "name": "IBM QRadar SIEM 7.5.0 UP9", "product_id": "T036127-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up9" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "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" } }, { "category": "product_version", "name": "3.10.14", "product": { "name": "Open Source Python 3.10.14", "product_id": "T033614-fixed", "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" } }, { "category": "product_version", "name": "3.9.19", "product": { "name": "Open Source Python 3.9.19", "product_id": "T033615-fixed", "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" } }, { "category": "product_version", "name": "3.8.19", "product": { "name": "Open Source Python 3.8.19", "product_id": "T033616-fixed", "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": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-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": [ "T034610", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "1522854", "T012167", "T036127", "T004914", "T032255", "T035785", "74185", "T032495", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "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": [ "T034610", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "1522854", "T012167", "T036127", "T004914", "T032255", "T035785", "74185", "T032495", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "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": [ "T034610", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "1522854", "T012167", "T036127", "T004914", "T032255", "T035785", "74185", "T032495", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "title": "CVE-2023-52425" } ] }
wid-sec-w-2024-1307
Vulnerability from csaf_certbund
Published
2024-06-06 22:00
Modified
2024-07-15 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
- Linux
{ "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": "- Linux", "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" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1616 vom 2024-07-01", "url": "https://access.redhat.com/errata/RHSA-2024:1616" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4553 vom 2024-07-16", "url": "https://access.redhat.com/errata/RHSA-2024:4553" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-07-15T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:09:53.623+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "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" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "4", "summary": "Korrektur Plattformauswahl" }, { "date": "2024-06-30T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-15T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "6" } }, "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" } }, { "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" } }, { "category": "product_version", "name": "Run Once Duration Override Operator 1", "product": { "name": "Red Hat OpenShift Run Once Duration Override Operator 1", "product_id": "T035698", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:run_once_duration_override_operator_1" } } } ], "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "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", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "title": "CVE-2024-33602" } ] }
gsd-2023-6597
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-6597", "id": "GSD-2023-6597" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-6597" ], "details": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n", "id": "GSD-2023-6597", "modified": "2023-12-13T01:20:32.861759Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cna@python.org", "ID": "CVE-2023-6597", "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 `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n" } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "name": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "name": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "name": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "name": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "name": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "name": "https://github.com/python/cpython/issues/91133", "refsource": "MISC", "url": "https://github.com/python/cpython/issues/91133" }, { "name": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/", "refsource": "MISC", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/" }, { "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 `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n" }, { "lang": "es", "value": "Se encontr\u00f3 un problema en la clase CPython `tempfile.TemporaryDirectory` que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. La clase tempfile.TemporaryDirectory eliminar\u00eda la referencia a enlaces simb\u00f3licos durante la limpieza de errores relacionados con permisos. Esto significa que los usuarios que pueden ejecutar programas privilegiados pueden modificar los permisos de los archivos a los que hacen referencia los enlaces simb\u00f3licos en algunas circunstancias." } ], "id": "CVE-2023-6597", "lastModified": "2024-04-03T15:15:51.783", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 1.4, "impactScore": 5.8, "source": "cna@python.org", "type": "Secondary" } ] }, "published": "2024-03-19T16:15:08.743", "references": [ { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/issues/91133" }, { "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/Q5C6ATFC67K53XFV4KE45325S7NS62LD/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Awaiting Analysis" } } } }
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.